Skip to content

Commit f922ac0

Browse files
Rollup merge of rust-lang#53702 - jkozlowski:correct_version_for_macro_vis_matcher, r=cramertj
Fix stabilisation version for macro_vis_matcher. r? @cramertj
2 parents 682c191 + 9395a02 commit f922ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
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)