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