diff options
| author | Urgau <urgau@numericable.fr> | 2023-12-11 18:48:49 +0100 | 
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2023-12-11 18:48:49 +0100 | 
| commit | b1bfeb1cdf5da100871403b0237d5ccf82e554c1 (patch) | |
| tree | df21859814400059f7bf74338b48aab56e5a23cd /compiler/rustc_codegen_gcc | |
| parent | 8a3765582cb83733f8c344062729df0175409488 (diff) | |
| download | rust-b1bfeb1cdf5da100871403b0237d5ccf82e554c1.tar.gz rust-b1bfeb1cdf5da100871403b0237d5ccf82e554c1.zip  | |
Fix rustc codegen gcc tests
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/example/mini_core.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/example/mini_core.rs b/compiler/rustc_codegen_gcc/example/mini_core.rs index 34328520343..db94bc1c86a 100644 --- a/compiler/rustc_codegen_gcc/example/mini_core.rs +++ b/compiler/rustc_codegen_gcc/example/mini_core.rs @@ -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() {  | 
