We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extended_key_value_attributes
rustc_hir
1 parent 58758f0 commit da0099aCopy full SHA for da0099a
compiler/rustc_hir/src/lib.rs
@@ -5,6 +5,7 @@
5
#![feature(crate_visibility_modifier)]
6
#![feature(const_fn)] // For the unsizing cast on `&[]`
7
#![feature(const_panic)]
8
+#![feature(extended_key_value_attributes)]
9
#![feature(in_band_lifetimes)]
10
#![feature(once_cell)]
11
#![feature(or_patterns)]
0 commit comments