Skip to content

Commit

Permalink
Rollup merge of #118835 - Urgau:fix-rccg-gcc-tests, r=matthiaskrgr
Browse files Browse the repository at this point in the history
Fix again `rustc_codegen_gcc` tests

Similar to #118706

r? `@GuillaumeGomez`
  • Loading branch information
matthiaskrgr committed Dec 11, 2023
2 parents 06d2c2a + b1bfeb1 commit 1cf538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_gcc/example/mini_core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1cf538b

Please sign in to comment.