Skip to content

Commit

Permalink
macro_literal_matcher was stabilized in 1.32; not 1.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Dec 21, 2018
1 parent 01c6ea2 commit 34dc5c8
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 @@ -684,7 +684,7 @@ declare_features! (
// `extern crate foo as bar;` puts `bar` into extern prelude.
(accepted, extern_crate_item_prelude, "1.31.0", Some(55599), None),
// Allows use of the `:literal` macro fragment specifier (RFC 1576).
(accepted, macro_literal_matcher, "1.31.0", Some(35625), None),
(accepted, macro_literal_matcher, "1.32.0", Some(35625), None),
// Integer match exhaustiveness checking (RFC 2591)
(accepted, exhaustive_integer_patterns, "1.32.0", Some(50907), None),
// Use `?` as the Kleene "at most one" operator.
Expand Down

0 comments on commit 34dc5c8

Please sign in to comment.