diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2021-07-28 17:04:45 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2021-07-28 17:04:45 -0300 |
| commit | cf5e48d944fcc068c7d9b55399684f7e3437628a (patch) | |
| tree | a3323f717dc48bf01e9d8b3b916711e58f6393c4 | |
| parent | a28109a7679fbb254ca0962865a8b32b91ddbbd9 (diff) | |
| download | rust-cf5e48d944fcc068c7d9b55399684f7e3437628a.tar.gz rust-cf5e48d944fcc068c7d9b55399684f7e3437628a.zip | |
min_type_alias_impl_trait is going to be removed in 1.56
| -rw-r--r-- | compiler/rustc_feature/src/removed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs index 0aa7e82c204..f63c207a540 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")), // ------------------------------------------------------------------------- |
