From cf5e48d944fcc068c7d9b55399684f7e3437628a Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 28 Jul 2021 17:04:45 -0300 Subject: [PATCH] min_type_alias_impl_trait is going to be removed in 1.56 --- compiler/rustc_feature/src/removed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs index 0aa7e82c20492..f63c207a540c2 100644 --- a/compiler/rustc_feature/src/removed.rs +++ b/compiler/rustc_feature/src/removed.rs @@ -153,7 +153,7 @@ declare_features! ( Some("the implementation was not maintainable, the feature may get reintroduced once the current refactorings are done")), /// Allows the use of type alias impl trait in function return positions - (removed, min_type_alias_impl_trait, "1.55.0", Some(63063), None, + (removed, min_type_alias_impl_trait, "1.56.0", Some(63063), None, Some("removed in favor of full type_alias_impl_trait")), // -------------------------------------------------------------------------