Function core::panicking::panic_nounwind_fmt
source · pub fn panic_nounwind_fmt(fmt: Arguments<'_>) -> !
🔬This is a nightly-only experimental API. (
core_panic
)Expand description
像 panic_fmt
,但用于非展开 panic。
必须是一个单独的函数,以便它可以携带 rustc_nounwind
属性。