about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/lib.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-06-08 14:47:28 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-06-08 14:50:42 +0000
commit9223704f4b92ded13090659f60afb98e52eabf1b (patch)
treebccbe59cebfeeda90854775b3843ccc6b53db449 /compiler/rustc_codegen_gcc/src/lib.rs
parent8072811356a178dbdf8ca09b1635cfafd4661971 (diff)
downloadrust-9223704f4b92ded13090659f60afb98e52eabf1b.tar.gz
rust-9223704f4b92ded13090659f60afb98e52eabf1b.zip
Remove all unused feature gates from the compiler
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/lib.rs')
-rw-r--r--compiler/rustc_codegen_gcc/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/lib.rs b/compiler/rustc_codegen_gcc/src/lib.rs
index f79ba2dcfc7..0591ffa42e4 100644
--- a/compiler/rustc_codegen_gcc/src/lib.rs
+++ b/compiler/rustc_codegen_gcc/src/lib.rs
@@ -16,7 +16,7 @@
 #![allow(internal_features)]
 #![doc(rust_logo)]
 #![feature(rustdoc_internals)]
-#![feature(rustc_private, decl_macro, never_type, trusted_len)]
+#![feature(rustc_private)]
 #![allow(broken_intra_doc_links)]
 #![recursion_limit = "256"]
 #![warn(rust_2018_idioms)]