Skip to content

Commit 8208ded

Browse files
authored
Rollup merge of #53702 - jkozlowski:correct_version_for_macro_vis_matcher, r=cramertj
Fix stabilisation version for macro_vis_matcher. r? @cramertj
2 parents 13179e2 + 9395a02 commit 8208ded

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
@@ -642,7 +642,7 @@ declare_features! (
642642
// Defining procedural macros in `proc-macro` crates
643643
(accepted, proc_macro, "1.29.0", Some(38356), None),
644644
// Allows use of the :vis macro fragment specifier
645-
(accepted, macro_vis_matcher, "1.29.0", Some(41022), None),
645+
(accepted, macro_vis_matcher, "1.30.0", Some(41022), None),
646646
// Allows importing and reexporting macros with `use`,
647647
// enables macro modularization in general.
648648
(accepted, use_extern_macros, "1.30.0", Some(35896), None),

0 commit comments

Comments
 (0)