pub fn panic_nounwind_fmt(fmt: Arguments<'_>) -> !
🔬This is a nightly-only experimental API. (core_panic)
Expand description

Like panic_fmt, but for non-unwinding panics.

Has to be a separate function so that it can carry the rustc_nounwind attribute.