diff options
| author | Austin Bonander <austin.bonander@gmail.com> | 2017-02-01 20:11:10 -0800 |
|---|---|---|
| committer | Austin Bonander <austin.bonander@gmail.com> | 2017-02-01 20:11:10 -0800 |
| commit | 89f9767356b24623e6cade93dad3f59ec3288bb7 (patch) | |
| tree | fb8ae90324b5cbcb1e8836798feb04edf5a06395 /src/libsyntax | |
| parent | 24055d0f2aa8dce5caed7544e6006aa48dceaea5 (diff) | |
| download | rust-89f9767356b24623e6cade93dad3f59ec3288bb7.tar.gz rust-89f9767356b24623e6cade93dad3f59ec3288bb7.zip | |
Change tracking issue for `proc_macro` feature to #38356
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 112211851ec..8eafa5f93d8 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)), |
