about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2021-07-28 17:04:45 -0300
committerSantiago Pastorino <spastorino@gmail.com>2021-07-28 17:04:45 -0300
commitcf5e48d944fcc068c7d9b55399684f7e3437628a (patch)
treea3323f717dc48bf01e9d8b3b916711e58f6393c4
parenta28109a7679fbb254ca0962865a8b32b91ddbbd9 (diff)
downloadrust-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.rs2
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")),
 
     // -------------------------------------------------------------------------