diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-06-08 14:47:28 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-06-08 14:50:42 +0000 |
| commit | 9223704f4b92ded13090659f60afb98e52eabf1b (patch) | |
| tree | bccbe59cebfeeda90854775b3843ccc6b53db449 /compiler/rustc_middle/src | |
| parent | 8072811356a178dbdf8ca09b1635cfafd4661971 (diff) | |
| download | rust-9223704f4b92ded13090659f60afb98e52eabf1b.tar.gz rust-9223704f4b92ded13090659f60afb98e52eabf1b.zip | |
Remove all unused feature gates from the compiler
Diffstat (limited to 'compiler/rustc_middle/src')
| -rw-r--r-- | compiler/rustc_middle/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/lib.rs b/compiler/rustc_middle/src/lib.rs index 7135b8f04a2..667361b3ca0 100644 --- a/compiler/rustc_middle/src/lib.rs +++ b/compiler/rustc_middle/src/lib.rs @@ -54,7 +54,6 @@ #![feature(round_char_boundary)] #![feature(rustc_attrs)] #![feature(rustdoc_internals)] -#![feature(trusted_len)] #![feature(try_blocks)] #![feature(try_trait_v2)] #![feature(try_trait_v2_yeet)] |
