We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8ac73 commit 9d2b932Copy full SHA for 9d2b932
tests/ui/asm/aarch64/may_unwind.rs
@@ -16,7 +16,7 @@ impl Drop for Foo<'_> {
16
}
17
18
19
-extern "C" fn panicky() {
+extern "C-unwind" fn panicky() {
20
resume_unwind(Box::new(()));
21
22
0 commit comments