1
Fork 0

Step all bootstrap cfgs forward

This also takes care of other bootstrap-related changes.
This commit is contained in:
Mark Rousskov 2024-02-05 07:34:48 -05:00
parent 9784a14859
commit 9a5034a20e
26 changed files with 28 additions and 161 deletions

View file

@ -34,7 +34,7 @@
#![feature(if_let_guard)]
#![feature(iter_order_by)]
#![feature(let_chains)]
#![cfg_attr(not(bootstrap), feature(trait_upcasting))]
#![feature(trait_upcasting)]
#![feature(min_specialization)]
#![feature(rustc_attrs)]
#![deny(rustc::untranslatable_diagnostic)]