Skip to content

Commit f4d8cfa

Browse files
committed
remove #[unsafe(no_mangle)] from eh_personality
1 parent 61be61f commit f4d8cfa

File tree

1 file changed

+0
-1
lines changed
  • builtins-test-intrinsics/src

1 file changed

+0
-1
lines changed

builtins-test-intrinsics/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ pub fn _Unwind_Resume() {}
682682

683683
#[cfg(not(any(windows, target_os = "cygwin")))]
684684
#[lang = "eh_personality"]
685-
#[unsafe(no_mangle)]
686685
pub extern "C" fn eh_personality() {}
687686

688687
#[cfg(any(all(windows, target_env = "gnu"), target_os = "cygwin"))]

0 commit comments

Comments
 (0)