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

@@ -6,7 +6,7 @@
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)]
#![allow(unused_crate_dependencies)]
#![cfg_attr(feature = "rustc", feature(let_chains))]
#![cfg_attr(all(feature = "rustc", bootstrap), feature(let_chains))]
// tidy-alphabetical-end
pub mod constructor;