Skip to content

Commit e5a55e7

Browse files
committed
Stabilize termination_trait in 1.25, not 1.26
1 parent 97b3bf9 commit e5a55e7

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),
554556
// a..=b and ..=b
555557
(accepted, inclusive_range_syntax, "1.26.0", Some(28237), None),
556558
// allow `..=` in patterns (RFC 1192)
557559
(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)