about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-02-05 09:14:50 -0500
committerGitHub <noreply@github.com>2017-02-05 09:14:50 -0500
commit296c07e27e056ffcbdd5b38276b8550213e89834 (patch)
tree98aacf52b28aff6f2426783289eb884bbd8ff9cc /src/libsyntax
parentece92408247219084f0a1109bca3634ab8d868f5 (diff)
parent89f9767356b24623e6cade93dad3f59ec3288bb7 (diff)
downloadrust-296c07e27e056ffcbdd5b38276b8550213e89834.tar.gz
rust-296c07e27e056ffcbdd5b38276b8550213e89834.zip
Rollup merge of #39454 - abonander:proc_macro_tracking_issue, r=jseyfried
Change tracking issue for `proc_macro` feature to #38356

r? @jseyfried
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 970c37045df..60a940d4b7f 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -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)),