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 8557730 commit 53cc725Copy full SHA for 53cc725
src/rt/panic.rs
@@ -5,13 +5,6 @@
5
#[no_mangle]
6
pub extern fn rust_eh_personality() {}
7
8
-// This function may be needed based on the compilation target.
9
-#[lang = "eh_unwind_resume"]
10
-#[no_mangle]
11
-pub extern fn rust_eh_unwind_resume() {
12
- loop {}
13
-}
14
-
15
#[panic_handler]
16
17
pub extern fn rust_begin_panic(pi: &::core::panic::PanicInfo) -> ! {
0 commit comments