Skip to content

Commit

Permalink
Fix stabilisation version for macro_vis_matcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozlowski committed Aug 25, 2018
1 parent 545f223 commit 9395a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Expand Up @@ -641,7 +641,7 @@ declare_features! (
// 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),
Expand Down

0 comments on commit 9395a02

Please sign in to comment.