pub fn lower_function(
encapsulating_ctx: &mut EncapsulatingLoweringContext<'_>,
function_id: FunctionWithBodyId,
signature: Signature,
block_expr_id: ExprId,
) -> Maybe<FlatLowered>
Expand description
Lowers a function into FlatLowered.