Skip to content

Commit 9395a02

Browse files
committed
Fix stabilisation version for macro_vis_matcher.
1 parent 545f223 commit 9395a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ declare_features! (
641641
// Defining procedural macros in `proc-macro` crates
642642
(accepted, proc_macro, "1.29.0", Some(38356), None),
643643
// Allows use of the :vis macro fragment specifier
644-
(accepted, macro_vis_matcher, "1.29.0", Some(41022), None),
644+
(accepted, macro_vis_matcher, "1.30.0", Some(41022), None),
645645
// Allows importing and reexporting macros with `use`,
646646
// enables macro modularization in general.
647647
(accepted, use_extern_macros, "1.30.0", Some(35896), None),

0 commit comments

Comments
 (0)