Module panicking

Source

Modules§

panic_constExperimental

Functions§

const_panic_fmtExperimental
This function is used instead of panic_fmt in const eval.
panicExperimental
The underlying implementation of core’s panic! macro when no formatting is used.
panic_displayExperimental
panic_explicitExperimental
panic_fmtExperimental
The entry point for panicking with a formatted message.
panic_nounwindExperimental
Like panic, but without unwinding and track_caller to reduce the impact on codesize on the caller. If you want #[track_caller] for nicer errors, call panic_nounwind_fmt directly.
panic_nounwind_fmtExperimental
Like panic_fmt, but for non-unwinding panics.
panic_nounwind_nobacktraceExperimental
Like panic_nounwind, but also inhibits showing a backtrace.
panic_str_2015Experimental
This exists solely for the 2015 edition panic! macro to trigger a lint on panic!(my_str_variable);.
unreachable_displayExperimental