diff options
| author | Yotam Ofek <yotamofek@microsoft.com> | 2025-06-28 22:59:23 +0000 |
|---|---|---|
| committer | Yotam Ofek <yotamofek@microsoft.com> | 2025-06-28 23:36:46 +0000 |
| commit | 8429c9911b68afe9c0cc5804cb15fc22f03d913c (patch) | |
| tree | cd305043adfbbfef2476c081a7cfa238b15766ac /compiler/rustc_metadata/src | |
| parent | 11ad40bb839ca16f74784b4ab72596ad85587298 (diff) | |
| download | rust-8429c9911b68afe9c0cc5804cb15fc22f03d913c.tar.gz rust-8429c9911b68afe9c0cc5804cb15fc22f03d913c.zip | |
Remove unused feature gates
Diffstat (limited to 'compiler/rustc_metadata/src')
| -rw-r--r-- | compiler/rustc_metadata/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/src/lib.rs b/compiler/rustc_metadata/src/lib.rs index 23ffb1e487f..3e50689b5ac 100644 --- a/compiler/rustc_metadata/src/lib.rs +++ b/compiler/rustc_metadata/src/lib.rs @@ -7,7 +7,6 @@ #![feature(file_buffered)] #![feature(gen_blocks)] #![feature(if_let_guard)] -#![feature(iter_from_coroutine)] #![feature(macro_metavar_expr)] #![feature(min_specialization)] #![feature(never_type)] |
