Stabilize termination_trait

This stabilizes `main` with non-() return types; see #48453.
This commit is contained in:
Tyler Mandry
2018-03-19 01:31:04 -05:00
parent c5c650d670
commit 97b3bf99f6
13 changed files with 21 additions and 39 deletions

View File

@@ -429,9 +429,6 @@ declare_features! (
// `foo.rs` as an alternative to `foo/mod.rs`
(active, non_modrs_mods, "1.24.0", Some(44660), None),
// Termination trait in main (RFC 1937)
(active, termination_trait, "1.24.0", Some(43301), None),
// Termination trait in tests (RFC 1937)
(active, termination_trait_test, "1.24.0", Some(48854), None),
@@ -558,6 +555,8 @@ declare_features! (
(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