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

Like panic_nounwind, but also inhibits showing a backtrace.

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