1
Fork 0

replaced feature-gate use with cfg_attr

This commit is contained in:
marcusdunn 2021-05-14 18:27:44 -07:00
parent a49a6827af
commit a11c8e7ff3
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ Rust MIR: a lowered representation of Rust.
#![feature(in_band_lifetimes)]
#![feature(array_windows)]
#![feature(assert_matches)]
#![feature(bindings_after_at)]
#![cfg_attr(bootstrap, feature(bindings_after_at))]
#![feature(bool_to_option)]
#![feature(box_patterns)]
#![feature(box_syntax)]