Fix rustc codegen gcc tests
This commit is contained in:
parent
8a3765582c
commit
b1bfeb1cdf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
thread_local
|
||||
)]
|
||||
#![no_core]
|
||||
#![allow(dead_code, internal_features)]
|
||||
#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]
|
||||
|
||||
#[no_mangle]
|
||||
unsafe extern "C" fn _Unwind_Resume() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue