diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-02-05 09:14:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-05 09:14:50 -0500 |
| commit | 296c07e27e056ffcbdd5b38276b8550213e89834 (patch) | |
| tree | 98aacf52b28aff6f2426783289eb884bbd8ff9cc /src/libsyntax | |
| parent | ece92408247219084f0a1109bca3634ab8d868f5 (diff) | |
| parent | 89f9767356b24623e6cade93dad3f59ec3288bb7 (diff) | |
| download | rust-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.rs | 2 |
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)), |
