Remove all unused feature gates from the compiler

This commit is contained in:
bjorn3
2025-06-08 14:47:28 +00:00
parent 8072811356
commit 9223704f4b
20 changed files with 1 additions and 28 deletions

View File

@@ -15,12 +15,10 @@
#![feature(box_patterns)]
#![feature(default_field_values)]
#![feature(error_reporter)]
#![feature(if_let_guard)]
#![feature(negative_impls)]
#![feature(never_type)]
#![feature(rustc_attrs)]
#![feature(rustdoc_internals)]
#![feature(trait_alias)]
#![feature(try_blocks)]
#![feature(yeet_expr)]
// tidy-alphabetical-end