]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/panicking.rs
Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser
[rust.git] / library / core / src / panicking.rs
index a908b1f3ba4ce7ed46911d8279e3c9f3a3e43818..7a575a88e52e1aa507fc512251f2ee7bdf1d7602 100644 (file)
@@ -88,7 +88,6 @@ fn panic_bounds_check(index: usize, len: usize) -> ! {
 // any extra arguments (including those synthesized by track_caller).
 #[cold]
 #[inline(never)]
-#[cfg_attr(bootstrap, track_caller)]
 #[lang = "panic_no_unwind"] // needed by codegen for panic in nounwind function
 fn panic_no_unwind() -> ! {
     if cfg!(feature = "panic_immediate_abort") {