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 f1f6b33 commit b8905fbCopy full SHA for b8905fb
README.md
@@ -0,0 +1 @@
1
+Source: http://os.phil-opp.com/
src/lib.rs
@@ -26,5 +26,8 @@ pub extern "C" fn _Unwind_Resume() -> ! {
26
}
27
28
#[lang = "eh_personality"] extern fn eh_personality() {}
29
-#[lang = "panic_fmt"] extern fn panic_fmt() -> ! { loop{}}
+
30
+#[lang = "panic_fmt"]
31
+#[no_mangle]
32
+extern fn panic_fmt() -> ! { loop{}}
33
0 commit comments