diff options
| author | Jakub Kozlowski <mail@jakub-kozlowski.com> | 2018-08-25 17:49:45 +0100 |
|---|---|---|
| committer | Jakub Kozlowski <mail@jakub-kozlowski.com> | 2018-08-25 17:49:45 +0100 |
| commit | 9395a02b5aba108ce015f4baa761b8927f91d3d0 (patch) | |
| tree | be81a1f6034cc08d3a434eb86609baacc21add55 /src/libsyntax | |
| parent | 545f22340f72ee0efaf6463efb43a2840e3d35db (diff) | |
| download | rust-9395a02b5aba108ce015f4baa761b8927f91d3d0.tar.gz rust-9395a02b5aba108ce015f4baa761b8927f91d3d0.zip | |
Fix stabilisation version for macro_vis_matcher.
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 e2a22167b7e..654bc96f192 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -641,7 +641,7 @@ declare_features! ( // Defining procedural macros in `proc-macro` crates (accepted, proc_macro, "1.29.0", Some(38356), None), // Allows use of the :vis macro fragment specifier - (accepted, macro_vis_matcher, "1.29.0", Some(41022), None), + (accepted, macro_vis_matcher, "1.30.0", Some(41022), None), // Allows importing and reexporting macros with `use`, // enables macro modularization in general. (accepted, use_extern_macros, "1.30.0", Some(35896), None), |
