mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Rollup merge of #118835 - Urgau:fix-rccg-gcc-tests, r=matthiaskrgr
Fix again `rustc_codegen_gcc` tests Similar to https://github.com/rust-lang/rust/pull/118706 r? `@GuillaumeGomez`
This commit is contained in:
commit
1cf538b0b1
@ -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…
Reference in New Issue
Block a user