Module panic

Source

Structs§

PanicSignatureInfo

Traits§

MayPanicTrait
A trait to add helper methods in LoweringGroup.

Functions§

function_may_panic
Query implementation of crate::db::LoweringGroup::function_may_panic.
has_direct_panic
Query implementation of crate::db::LoweringGroup::has_direct_panic.
lower_panics
Lowering phase that converts BlockEnd::Panic into BlockEnd::Return, and wraps necessary types with PanicResult<>.
scc_may_panic
Query implementation of crate::db::LoweringGroup::scc_may_panic.