about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/tests/run/exit_code.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-10-12 08:33:06 +0200
committerRalf Jung <post@ralfj.de>2023-10-12 08:33:06 +0200
commit461d19bde54697e493e643d4800ab2763d0325b8 (patch)
treebe7caab799b9988083d208fa44fd86926c3a5eec /compiler/rustc_codegen_gcc/tests/run/exit_code.rs
parente3c2b66708b870798b72178093d987251aeb28f9 (diff)
parent16f8396f6df6902eeef580396785ab8888c3718b (diff)
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_gcc/tests/run/exit_code.rs')
-rw-r--r--compiler/rustc_codegen_gcc/tests/run/exit_code.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/tests/run/exit_code.rs b/compiler/rustc_codegen_gcc/tests/run/exit_code.rs
index eeab3520951..be7a233efda 100644
--- a/compiler/rustc_codegen_gcc/tests/run/exit_code.rs
+++ b/compiler/rustc_codegen_gcc/tests/run/exit_code.rs
@@ -4,6 +4,7 @@
 //   status: 1
 
 #![feature(auto_traits, lang_items, no_core, start)]
+#![allow(internal_features)]
 
 #![no_std]
 #![no_core]