Skip to content

Commit 3ee7628

Browse files
authored
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 1535075 + 9395a02 commit 3ee7628

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

0 commit comments

Comments
 (0)