mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-03 05:27: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() -> ! {
|
||||
loop {}
|
||||
}
|
||||
|
||||
#[lang = "eh_personality"]
|
||||
fn eh_personality() {
|
||||
loop {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user