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