Rollup merge of #39454 - abonander:proc_macro_tracking_issue, r=jseyfried

Change tracking issue for `proc_macro` feature to #38356

r? @jseyfried
This commit is contained in:
Corey Farwell 2017-02-05 09:14:50 -05:00 committed by GitHub
commit 296c07e27e

View file

@ -318,7 +318,7 @@ declare_features! (
(active, abi_unadjusted, "1.16.0", None),
// Macros 1.1
(active, proc_macro, "1.16.0", Some(35900)),
(active, proc_macro, "1.16.0", Some(38356)),
// Allows attributes on struct literal fields.
(active, struct_field_attributes, "1.16.0", Some(38814)),