Skip to content

Commit a72e20d

Browse files
committed
Fix rustc codegen gcc tests
1 parent c578f43 commit a72e20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/mini_core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
thread_local
55
)]
66
#![no_core]
7-
#![allow(dead_code, internal_features)]
7+
#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]
88

99
#[no_mangle]
1010
unsafe extern "C" fn _Unwind_Resume() {

0 commit comments

Comments
 (0)