Change tracking issue for proc_macro feature to #38356

This commit is contained in:
Austin Bonander 2017-02-01 20:11:10 -08:00
parent 24055d0f2a
commit 89f9767356

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)),