Skip to content

Commit

Permalink
Rollup merge of rust-lang#39454 - abonander:proc_macro_tracking_issue…
Browse files Browse the repository at this point in the history
…, r=jseyfried

Change tracking issue for `proc_macro` feature to rust-lang#38356

r? @jseyfried
  • Loading branch information
frewsxcv committed Feb 4, 2017
2 parents 8c29202 + 89f9767 commit c06488b
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 c06488b

Please sign in to comment.