mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
Fix mini_core on Windows and macOS
This commit is contained in:
@@ -537,6 +537,7 @@ fn panic_in_cleanup() -> ! {
|
||||
loop {}
|
||||
}
|
||||
|
||||
#[cfg(all(unix, not(target_vendor = "apple")))]
|
||||
#[link(name = "gcc_s")]
|
||||
extern "C" {
|
||||
fn _Unwind_Resume(exc: *mut ()) -> !;
|
||||
|
||||
Reference in New Issue
Block a user