Skip to content

Commit 53da94d

Browse files
author
Jorge Aparicio
committed
more #[no_mangle]
1 parent 3992ed1 commit 53da94d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/intrinsics.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,10 @@ pub fn _Unwind_Resume() {}
400400
// Lang items
401401
#[cfg(not(test))]
402402
#[lang = "eh_personality"]
403+
#[no_mangle]
403404
extern "C" fn eh_personality() {}
404405

405406
#[cfg(not(test))]
406-
#[no_mangle]
407407
#[lang = "panic_fmt"]
408+
#[no_mangle]
408409
extern "C" fn panic_fmt() {}

0 commit comments

Comments
 (0)