Skip to content

Commit

Permalink
Change tracking issue for proc_macro feature to #38356
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Feb 2, 2017
1 parent 24055d0 commit 89f9767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit 89f9767

Please sign in to comment.