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 2fb70e2 commit 6ce8c71Copy full SHA for 6ce8c71
src/libstd/rt/unwind/seh.rs
@@ -19,3 +19,10 @@ pub unsafe fn panic(_data: Box<Any + Send + 'static>) -> ! {
19
pub unsafe fn cleanup(_ptr: *mut c_void) -> Box<Any + Send + 'static> {
20
intrinsics::abort();
21
}
22
+
23
+#[lang = "eh_personality"]
24
+#[no_mangle]
25
+pub extern fn rust_eh_personality() {}
26
27
28
+pub extern fn rust_eh_personality_catch() {}
0 commit comments