We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f544c4d commit 330a2c5Copy full SHA for 330a2c5
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