pub fn lower_panics(
    db: &dyn LoweringGroup,
    function_id: FunctionWithBodyId,
    lowered: &StructuredLowered
) -> Maybe<FlatLowered>
Expand description

Lowering phase that converts BlockEnd::Panic into BlockEnd::Return, and wraps necessary types with PanicResult<>.