Function core::panicking::panic_nounwind

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

Like panic, but without unwinding and track_caller to reduce the impact on codesize. (No fmt variant as a fmt::Arguments needs more space to be passed.)