pub(crate) fn emit_struct_base_ptr(
body: &mut InstrSeqBuilder<'_>,
ctx: &LowerCtx<'_>,
base: MirLocalId,
dst_local: LocalId,
) -> Result<(), LowerError>Expand description
Load the current struct pointer used as the root for a field assignment.