We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b923306 commit 1a8897fCopy full SHA for 1a8897f
src/libcore/panicking.rs
@@ -71,7 +71,7 @@ pub fn panic_fmt(fmt: fmt::Arguments<'_>, file_line_col: &(&'static str, u32, u3
71
}
72
73
// NOTE This function never crosses the FFI boundary; it's a Rust-to-Rust call
74
- #[cfg_attr(boostrap_stdarch_ignore_this, allow(improper_ctypes))]
+ #[cfg_attr(bootstrap, allow(improper_ctypes))]
75
extern "Rust" {
76
#[lang = "panic_impl"]
77
fn panic_impl(pi: &PanicInfo<'_>) -> !;
0 commit comments