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.
no_mangle
eh_personality
1 parent caf337d commit 4c2659fCopy full SHA for 4c2659f
library/compiler-builtins/builtins-test-intrinsics/src/main.rs
@@ -682,7 +682,6 @@ pub fn _Unwind_Resume() {}
682
683
#[cfg(not(any(windows, target_os = "cygwin")))]
684
#[lang = "eh_personality"]
685
-#[unsafe(no_mangle)]
686
pub extern "C" fn eh_personality() {}
687
688
#[cfg(any(all(windows, target_env = "gnu"), target_os = "cygwin"))]
0 commit comments