min_type_alias_impl_trait is going to be removed in 1.56
This commit is contained in:
parent
a28109a767
commit
cf5e48d944
1 changed files with 1 additions and 1 deletions
|
@ -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")),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue