Make #![feature(let_chains)] bootstrap conditional in compiler/

This commit is contained in:
est31
2025-04-23 15:51:57 +02:00
parent 645d0ad2a4
commit 7493e1cdf6
40 changed files with 40 additions and 40 deletions

View File

@@ -17,6 +17,7 @@
// tidy-alphabetical-start
#![allow(internal_features)]
#![cfg_attr(bootstrap, feature(let_chains))]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(array_windows)]
@@ -24,7 +25,6 @@
#![feature(core_io_borrowed_buf)]
#![feature(hash_set_entry)]
#![feature(if_let_guard)]
#![feature(let_chains)]
#![feature(map_try_insert)]
#![feature(negative_impls)]
#![feature(read_buf)]