Had to add this stub to make the linker happy

This commit is contained in:
greg
2017-03-24 04:03:14 -07:00
parent f4a6924248
commit 2b3657dddf

View File

@@ -427,3 +427,9 @@ pub extern "C" fn panic_fmt() -> ! { loop {}}
#[lang = "eh_unwind_resume"]
#[no_mangle]
pub extern "C" fn eh_unwind_resume() { }
#[allow(non_snake_case)]
#[no_mangle]
pub extern "C" fn _Unwind_Resume() -> ! {
loop {}
}