fix feature use in rustc libs

This commit is contained in:
Ralf Jung 2021-04-18 22:05:45 +02:00
parent fbfaab2cb7
commit bd9556956a
11 changed files with 2 additions and 11 deletions

View file

@ -3,7 +3,6 @@
//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/hir.html
#![feature(crate_visibility_modifier)]
#![feature(const_fn)] // For the unsizing cast on `&[]`
#![feature(const_panic)]
#![feature(extended_key_value_attributes)]
#![feature(in_band_lifetimes)]