Skip to content

Commit 89f9767

Browse files
committedFeb 2, 2017
Change tracking issue for proc_macro feature to #38356
1 parent 24055d0 commit 89f9767

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.