We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust_panic
1 parent c3a1a0d commit 243030bCopy full SHA for 243030b
src/libstd/panicking.rs
@@ -517,6 +517,7 @@ pub fn update_count_then_panic(msg: Box<dyn Any + Send>) -> ! {
517
}
518
519
/// A private no-mangle function on which to slap yer breakpoints.
520
+#[inline(never)]
521
#[no_mangle]
522
#[allow(private_no_mangle_fns)] // yes we get it, but we like breakpoints
523
pub fn rust_panic(mut msg: &mut dyn BoxMeUp) -> ! {
0 commit comments