Skip to content

Commit da0099a

Browse files
committed
Enable extended_key_value_attributes in rustc_hir
1 parent 58758f0 commit da0099a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_hir/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#![feature(crate_visibility_modifier)]
66
#![feature(const_fn)] // For the unsizing cast on `&[]`
77
#![feature(const_panic)]
8+
#![feature(extended_key_value_attributes)]
89
#![feature(in_band_lifetimes)]
910
#![feature(once_cell)]
1011
#![feature(or_patterns)]

0 commit comments

Comments
 (0)