pub(crate) fn lower_terminator(
terminator: &MirTerminator,
body: &mut InstrSeqBuilder<'_>,
ctx: &TerminatorCtx<'_>,
) -> Result<(), LowerError>Expand description
Lower a MIR terminator into WALRUS instructions.
pub(crate) fn lower_terminator(
terminator: &MirTerminator,
body: &mut InstrSeqBuilder<'_>,
ctx: &TerminatorCtx<'_>,
) -> Result<(), LowerError>Lower a MIR terminator into WALRUS instructions.