Function cairo_lang_lowering::panic::lower_panics
source · 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<>.