about summary refs log tree commit diff
path: root/compiler/rustc_middle
diff options
context:
space:
mode:
authorYotam Ofek <yotamofek@microsoft.com>2025-06-28 22:59:23 +0000
committerYotam Ofek <yotamofek@microsoft.com>2025-06-28 23:36:46 +0000
commit8429c9911b68afe9c0cc5804cb15fc22f03d913c (patch)
treecd305043adfbbfef2476c081a7cfa238b15766ac /compiler/rustc_middle
parent11ad40bb839ca16f74784b4ab72596ad85587298 (diff)
downloadrust-8429c9911b68afe9c0cc5804cb15fc22f03d913c.tar.gz
rust-8429c9911b68afe9c0cc5804cb15fc22f03d913c.zip
Remove unused feature gates
Diffstat (limited to 'compiler/rustc_middle')
-rw-r--r--compiler/rustc_middle/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/lib.rs b/compiler/rustc_middle/src/lib.rs
index ce2cb33c173..b30b9b60e30 100644
--- a/compiler/rustc_middle/src/lib.rs
+++ b/compiler/rustc_middle/src/lib.rs
@@ -48,7 +48,6 @@
 #![feature(gen_blocks)]
 #![feature(if_let_guard)]
 #![feature(intra_doc_pointers)]
-#![feature(iter_from_coroutine)]
 #![feature(min_specialization)]
 #![feature(negative_impls)]
 #![feature(never_type)]