min_type_alias_impl_trait is going to be removed in 1.56

This commit is contained in:
Santiago Pastorino 2021-07-28 17:04:45 -03:00
parent a28109a767
commit cf5e48d944
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF

View File

@ -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")),
// -------------------------------------------------------------------------