min_type_alias_impl_trait is going to be removed in 1.56
This commit is contained in:
parent
a28109a767
commit
cf5e48d944
@ -153,7 +153,7 @@ macro_rules! declare_features {
|
|||||||
Some("the implementation was not maintainable, the feature may get reintroduced once the current refactorings are done")),
|
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
|
/// 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")),
|
Some("removed in favor of full type_alias_impl_trait")),
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user