pub fn panic_nounwind(expr: &'static str) -> !
🔬This is a nightly-only experimental API. (core_panic)
Available on non-crate feature miri-test-libstd only.
Expand description

Like panic, but without unwinding and track_caller to reduce the impact on codesize.