Fix Unix CI for no-std
Took a bit of digging until i found the issue i was looking for. https://github.com/rust-lang/rust/issues/79609
This commit is contained in:
parent
ed7ccb21c5
commit
8b7e56a908
@ -47,3 +47,6 @@ extern "C" fn rust_eh_register_frames() {}
|
||||
|
||||
#[no_mangle]
|
||||
extern "C" fn rust_eh_unregister_frames() {}
|
||||
|
||||
#[no_mangle]
|
||||
extern "C" fn _Unwind_Resume() {}
|
||||
|
Loading…
Reference in New Issue
Block a user