Skip to content

Commit

Permalink
Rollup merge of rust-lang#53702 - jkozlowski:correct_version_for_macr…
Browse files Browse the repository at this point in the history
…o_vis_matcher, r=cramertj

Fix stabilisation version for macro_vis_matcher.

r? @cramertj
  • Loading branch information
pietroalbini committed Aug 29, 2018
2 parents b917b7b + 9395a02 commit a22c6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,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 a22c6e4

Please sign in to comment.