]> git.lizzy.rs Git - rust.git/commitdiff
Fix stabilisation version for macro_vis_matcher.
authorJakub Kozlowski <mail@jakub-kozlowski.com>
Sat, 25 Aug 2018 16:49:45 +0000 (17:49 +0100)
committerJakub Kozlowski <mail@jakub-kozlowski.com>
Sat, 25 Aug 2018 16:49:45 +0000 (17:49 +0100)
src/libsyntax/feature_gate.rs

index e2a22167b7e45627a9e562de61b50a46d1b64e43..654bc96f192dc31aba09af120e167e41cb26e288 100644 (file)
@@ -641,7 +641,7 @@ pub fn walk_feature_fields<F>(&self, mut f: F)
     // 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),