Stabilize termination_trait in 1.25, not 1.26

This commit is contained in:
Tyler Mandry
2018-03-19 01:59:51 -05:00
parent 97b3bf99f6
commit e5a55e7440

View File

@@ -551,12 +551,12 @@ declare_features! (
(accepted, match_beginning_vert, "1.25.0", Some(44101), None),
// Nested groups in `use` (RFC 2128)
(accepted, use_nested_groups, "1.25.0", Some(44494), None),
// Termination trait in main (RFC 1937)
(accepted, termination_trait, "1.25.0", Some(43301), None),
// a..=b and ..=b
(accepted, inclusive_range_syntax, "1.26.0", Some(28237), None),
// allow `..=` in patterns (RFC 1192)
(accepted, dotdoteq_in_patterns, "1.26.0", Some(28237), None),
// Termination trait in main (RFC 1937)
(accepted, termination_trait, "1.26.0", Some(43301), None),
);
// If you change this, please modify src/doc/unstable-book as well. You must