Module rustc_mir_transform::shim
source · Structs§
Enums§
- CallKind 🔒
Functions§
- Builds a “call” shim for
instance
. The shim calls the function specified bycall_kind
, first adjusting its first argument according torcvr_adjustment
. - Builds a
Clone::clone
shim forself_ty
. Here,def_id
isClone::clone
. - new_body 🔒