Skip to content

Commit

Permalink
Enable extended_key_value_attributes in rustc_hir
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Feb 28, 2021
1 parent 58758f0 commit da0099a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_hir/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#![feature(crate_visibility_modifier)]
#![feature(const_fn)] // For the unsizing cast on `&[]`
#![feature(const_panic)]
#![feature(extended_key_value_attributes)]
#![feature(in_band_lifetimes)]
#![feature(once_cell)]
#![feature(or_patterns)]
Expand Down

0 comments on commit da0099a

Please sign in to comment.