Make #![feature(let_chains)] bootstrap conditional in compiler/
This commit is contained in:
parent
645d0ad2a4
commit
7493e1cdf6
40 changed files with 40 additions and 40 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// tidy-alphabetical-start
|
||||
#![allow(rustc::potential_query_instability, internal_features)]
|
||||
#![cfg_attr(bootstrap, feature(let_chains))]
|
||||
#![feature(assert_matches)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(dropck_eyepatch)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(min_specialization)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue