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.
1 parent cc3d5e3 commit 579627bCopy full SHA for 579627b
src/libstd/sys/common/unwind/mod.rs
@@ -192,6 +192,7 @@ fn rust_panic(cause: Box<Any + Send + 'static>) -> ! {
192
/// Entry point of panic from the libcore crate.
193
#[lang = "panic_fmt"]
194
#[unwind]
195
+#[allow(improper_ctypes)]
196
pub extern fn rust_begin_unwind(msg: fmt::Arguments,
197
file: &'static str, line: u32) -> ! {
198
begin_unwind_fmt(msg, &(file, line))
0 commit comments