Skip to content

Commit 34dc5c8

Browse files
committed
macro_literal_matcher was stabilized in 1.32; not 1.32.
1 parent 01c6ea2 commit 34dc5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ declare_features! (
684684
// `extern crate foo as bar;` puts `bar` into extern prelude.
685685
(accepted, extern_crate_item_prelude, "1.31.0", Some(55599), None),
686686
// Allows use of the `:literal` macro fragment specifier (RFC 1576).
687-
(accepted, macro_literal_matcher, "1.31.0", Some(35625), None),
687+
(accepted, macro_literal_matcher, "1.32.0", Some(35625), None),
688688
// Integer match exhaustiveness checking (RFC 2591)
689689
(accepted, exhaustive_integer_patterns, "1.32.0", Some(50907), None),
690690
// Use `?` as the Kleene "at most one" operator.

0 commit comments

Comments
 (0)