Skip to content

Commit 1937661

Browse files
committed
Revert "Stabilize termination_trait in 1.25, not 1.26"
This reverts commit e5a55e7.
1 parent 72334fe commit 1937661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,12 +551,12 @@ declare_features! (
551551
(accepted, match_beginning_vert, "1.25.0", Some(44101), None),
552552
// Nested groups in `use` (RFC 2128)
553553
(accepted, use_nested_groups, "1.25.0", Some(44494), None),
554-
// Termination trait in main (RFC 1937)
555-
(accepted, termination_trait, "1.25.0", Some(43301), None),
556554
// a..=b and ..=b
557555
(accepted, inclusive_range_syntax, "1.26.0", Some(28237), None),
558556
// allow `..=` in patterns (RFC 1192)
559557
(accepted, dotdoteq_in_patterns, "1.26.0", Some(28237), None),
558+
// Termination trait in main (RFC 1937)
559+
(accepted, termination_trait, "1.26.0", Some(43301), None),
560560
);
561561

562562
// If you change this, please modify src/doc/unstable-book as well. You must

0 commit comments

Comments
 (0)