We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a24a69 commit d8c8148Copy full SHA for d8c8148
src/test/run-make-fulldeps/issue-69368/a.rs
@@ -19,3 +19,8 @@ extern "C" fn __rust_drop_panic() -> ! {
19
extern "C" fn __rust_foreign_exception() -> ! {
20
loop {}
21
}
22
+
23
+#[lang = "eh_personality"]
24
+fn eh_personality() {
25
+ loop {}
26
+}
0 commit comments