pub fn lower_block_ir(block: &Block, cx: &mut LowerIrCtx<'_>) -> IrExprExpand description
Lower a block as a value — no Return wrapping (see
lower_fn_body_ir’s doc comment for the distinction). A block’s own
type is always its tail’s type.
pub fn lower_block_ir(block: &Block, cx: &mut LowerIrCtx<'_>) -> IrExprLower a block as a value — no Return wrapping (see
lower_fn_body_ir’s doc comment for the distinction). A block’s own
type is always its tail’s type.