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 7d30f47 commit b2da5a8Copy full SHA for b2da5a8
uefi_std/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