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 24ddad1 commit 3383945Copy full SHA for 3383945
src/lib.rs
@@ -37,5 +37,10 @@ impl Termination for () {
37
#[cfg_attr(not(test), panic_handler)]
38
#[no_mangle]
39
pub fn panic(_info: &PanicInfo<'_>) -> ! {
40
+ #[allow(clippy::empty_loop)]
41
loop {}
42
}
43
+
44
+#[cfg_attr(not(test), lang = "eh_personality")]
45
+#[no_mangle]
46
+pub extern fn rust_eh_personality() {}
0 commit comments