mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 06:53:05 +00:00
Fix broken aarch64 unwind test
This commit is contained in:
parent
da8ac73d91
commit
9d2b932d71
@ -16,7 +16,7 @@ impl Drop for Foo<'_> {
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" fn panicky() {
|
||||
extern "C-unwind" fn panicky() {
|
||||
resume_unwind(Box::new(()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user