diff options
| author | Ralf Jung <post@ralfj.de> | 2023-10-12 08:33:06 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-10-12 08:33:06 +0200 |
| commit | 461d19bde54697e493e643d4800ab2763d0325b8 (patch) | |
| tree | be7caab799b9988083d208fa44fd86926c3a5eec /compiler/rustc_codegen_gcc/tests/run/array.rs | |
| parent | e3c2b66708b870798b72178093d987251aeb28f9 (diff) | |
| parent | 16f8396f6df6902eeef580396785ab8888c3718b (diff) | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_gcc/tests/run/array.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/tests/run/array.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/tests/run/array.rs b/compiler/rustc_codegen_gcc/tests/run/array.rs index 49b28d98f2f..afd0eed8200 100644 --- a/compiler/rustc_codegen_gcc/tests/run/array.rs +++ b/compiler/rustc_codegen_gcc/tests/run/array.rs @@ -7,7 +7,8 @@ // 5 // 10 -#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics)] +#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)] +#![allow(internal_features)] #![no_std] #![no_core] |
