Skip to content

Commit 660a2b2

Browse files
authored
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 a2eb43b + 89f9767 commit 660a2b2

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)