pub fn panic_str_nounwind(msg: &'static str) -> !
🔬This is a nightly-only experimental API. (core_panic)
Expand description

Like panic_fmt, but without unwinding and track_caller to reduce the impact on codesize. Also just works on str, as a fmt::Arguments needs more space to be passed.