Fix rebase conflicts

This commit is contained in:
Alex Crichton 2019-09-23 09:35:50 -07:00
parent b923306913
commit 1a8897fd8a

View File

@ -71,7 +71,7 @@ pub fn panic_fmt(fmt: fmt::Arguments<'_>, file_line_col: &(&'static str, u32, u3
}
// NOTE This function never crosses the FFI boundary; it's a Rust-to-Rust call
#[cfg_attr(boostrap_stdarch_ignore_this, allow(improper_ctypes))]
#[cfg_attr(bootstrap, allow(improper_ctypes))]
extern "Rust" {
#[lang = "panic_impl"]
fn panic_impl(pi: &PanicInfo<'_>) -> !;