]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_expand/src/lib.rs
Rollup merge of #100434 - compiler-errors:issue-100373, r=cjgillot
[rust.git] / compiler / rustc_expand / src / lib.rs
index 03b75d809a088dae3835cb769ac25bedc4bb7832..91a183427843e941c59db125f62d054116d0c6d1 100644 (file)
@@ -1,9 +1,7 @@
-#![allow(rustc::potential_query_instability)]
 #![feature(array_windows)]
 #![feature(associated_type_bounds)]
 #![feature(associated_type_defaults)]
 #![feature(if_let_guard)]
-#![cfg_attr(bootstrap, feature(let_chains))]
 #![feature(let_else)]
 #![feature(macro_metavar_expr)]
 #![feature(proc_macro_diagnostic)]