Skip to content

Commit 1a8897f

Browse files
committed
Fix rebase conflicts
1 parent b923306 commit 1a8897f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libcore/panicking.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub fn panic_fmt(fmt: fmt::Arguments<'_>, file_line_col: &(&'static str, u32, u3
7171
}
7272

7373
// 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))]
74+
#[cfg_attr(bootstrap, allow(improper_ctypes))]
7575
extern "Rust" {
7676
#[lang = "panic_impl"]
7777
fn panic_impl(pi: &PanicInfo<'_>) -> !;

0 commit comments

Comments
 (0)