Expand description
Panic support in core.
Re-exports§
pub use self::location::Location;pub use self::panic_info::PanicInfo;pub use self::panic_info::PanicMessage;pub use self::unwind_safe::AssertUnwindSafe;pub use self::unwind_safe::RefUnwindSafe;pub use self::unwind_safe::UnwindSafe;
Modules§
- location 🔒
- panic_
info 🔒 - unwind_
safe 🔒
Macros§
- const_
assert 👻Experimental - A version of
assertthat prints a non-formatting message in const contexts. - const_
panic 👻Experimental - Helper macro for panicking in a
const fn. Invoke as: - panic_
2015 👻Experimental - panic_
2021 👻Experimental - unreachable_
2015 👻Experimental - unreachable_
2021 👻Experimental
Functions§
- abort_
on_ unwind Experimental - Invokes a closure, aborting if the closure unwinds.