Skip to content

Commit 7ccb126

Browse files
committed
builtins-test: Remove no_mangle from eh_personality
Rustc now mangles these symbols on its own, so `no_mangle` is rejected as an error.
1 parent f456aa8 commit 7ccb126

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)