Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu

Remove all unused feature gates from the compiler
This commit is contained in:
Jubilee
2025-06-08 17:17:58 -07:00
committed by GitHub
20 changed files with 1 additions and 28 deletions

View File

@@ -9,7 +9,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(assert_matches)]
#![feature(exact_size_is_empty)]
#![feature(extern_types)]
#![feature(file_buffered)]
#![feature(if_let_guard)]