Function lower_instr

Source
pub(crate) fn lower_instr(
    instr: &MirInstr,
    body: &mut InstrSeqBuilder<'_>,
    ctx: &LowerCtx<'_>,
) -> Result<(), LowerError>