mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-04 14:07:36 +00:00
Fix test
This commit is contained in:
parent
2a24a6971c
commit
d8c81485d8
@ -19,3 +19,8 @@ extern "C" fn __rust_drop_panic() -> ! {
|
|||||||
extern "C" fn __rust_foreign_exception() -> ! {
|
extern "C" fn __rust_foreign_exception() -> ! {
|
||||||
loop {}
|
loop {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[lang = "eh_personality"]
|
||||||
|
fn eh_personality() {
|
||||||
|
loop {}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user