We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a37655 commit b1bfeb1Copy full SHA for b1bfeb1
compiler/rustc_codegen_gcc/example/mini_core.rs
@@ -4,7 +4,7 @@
4
thread_local
5
)]
6
#![no_core]
7
-#![allow(dead_code, internal_features)]
+#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]
8
9
#[no_mangle]
10
unsafe extern "C" fn _Unwind_Resume() {
0 commit comments