pub fn lower_tail_expr<'db>(
ctx: &mut LoweringContext<'db, '_>,
builder: BlockBuilder<'db>,
expr: ExprId,
) -> Maybe<Option<SealedGotoCallsite<'db>>>Expand description
Lowers an expression that is either a complete block, or the end (tail expression) of a block.