Skip to content

Commit

Permalink
Fix rustc codegen gcc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Dec 11, 2023
1 parent 8a37655 commit b1bfeb1
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 b1bfeb1

Please sign in to comment.