Skip to content

Commit 0203a1c

Browse files
committed
exhaustive_integer_patterns slipped 1.32; stabilized in 1.33.
1 parent 34dc5c8 commit 0203a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/feature_gate.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -685,14 +685,14 @@ declare_features! (
685685
(accepted, extern_crate_item_prelude, "1.31.0", Some(55599), None),
686686
// Allows use of the `:literal` macro fragment specifier (RFC 1576).
687687
(accepted, macro_literal_matcher, "1.32.0", Some(35625), None),
688-
// Integer match exhaustiveness checking (RFC 2591)
689-
(accepted, exhaustive_integer_patterns, "1.32.0", Some(50907), None),
690688
// Use `?` as the Kleene "at most one" operator.
691689
(accepted, macro_at_most_once_rep, "1.32.0", Some(48075), None),
692690
// `Self` struct constructor (RFC 2302)
693691
(accepted, self_struct_ctor, "1.32.0", Some(51994), None),
694692
// `Self` in type definitions (RFC 2300)
695693
(accepted, self_in_typedefs, "1.32.0", Some(49303), None),
694+
// Integer match exhaustiveness checking (RFC 2591)
695+
(accepted, exhaustive_integer_patterns, "1.33.0", Some(50907), None),
696696
// `use path as _;` and `extern crate c as _;`
697697
(accepted, underscore_imports, "1.33.0", Some(48216), None),
698698
);

0 commit comments

Comments
 (0)