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

@ -49,7 +49,7 @@
#![feature(associated_type_bounds)]
#![feature(rustc_attrs)]
#![feature(control_flow_enum)]
#![cfg_attr(not(bootstrap), feature(trait_upcasting))]
#![feature(trait_upcasting)]
#![feature(try_blocks)]
#![feature(decl_macro)]
#![feature(extract_if)]