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 e993541 commit c0096daCopy full SHA for c0096da
src/lib.rs
@@ -41,6 +41,7 @@ pub fn panic(_info: &PanicInfo<'_>) -> ! {
41
loop {}
42
}
43
44
+/// Error handler personality language item (current no-op, to satisfy clippy).
45
#[cfg_attr(not(test), lang = "eh_personality")]
46
#[no_mangle]
47
pub extern fn rust_eh_personality() {}
0 commit comments