Function lower_terminator

Source
pub(crate) fn lower_terminator(
    terminator: &MirTerminator,
    body: &mut InstrSeqBuilder<'_>,
    ctx: &TerminatorCtx<'_>,
) -> Result<(), LowerError>
Expand description

Lower a MIR terminator into WALRUS instructions.