pub fn panic_nounwind_fmt(fmt: Arguments<'_>, force_no_backtrace: bool) -> !
🔬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.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.