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:
Friz64 2022-01-26 19:56:42 +01:00
parent ed7ccb21c5
commit 8b7e56a908

View File

@ -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() {}