We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9196eb3 commit 2f8f464Copy full SHA for 2f8f464
1 file changed
example/mini_core.rs
@@ -537,6 +537,7 @@ fn panic_in_cleanup() -> ! {
537
loop {}
538
}
539
540
+#[cfg(all(unix, not(target_vendor = "apple")))]
541
#[link(name = "gcc_s")]
542
extern "C" {
543
fn _Unwind_Resume(exc: *mut ()) -> !;
0 commit comments