Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7fbefe

Browse files
authoredFeb 5, 2017
Rollup merge of rust-lang#39454 - abonander:proc_macro_tracking_issue, r=jseyfried
Change tracking issue for `proc_macro` feature to rust-lang#38356 r? @jseyfried
2 parents 93abc8d + 89f9767 commit d7fbefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ declare_features! (
318318
(active, abi_unadjusted, "1.16.0", None),
319319

320320
// Macros 1.1
321-
(active, proc_macro, "1.16.0", Some(35900)),
321+
(active, proc_macro, "1.16.0", Some(38356)),
322322

323323
// Allows attributes on struct literal fields.
324324
(active, struct_field_attributes, "1.16.0", Some(38814)),

0 commit comments

Comments
 (0)
Please sign in to comment.