about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2021-07-26 20:32:55 -0300
committerSantiago Pastorino <spastorino@gmail.com>2021-07-27 12:33:13 -0300
commit66dbeb5f237aa867a99a41656fad39b646f7651f (patch)
tree68b36005667c7202566d777da490dc8c83f2c262 /compiler
parent38bdd0e0198196b545aeb64f0305707de163a83a (diff)
downloadrust-66dbeb5f237aa867a99a41656fad39b646f7651f.tar.gz
rust-66dbeb5f237aa867a99a41656fad39b646f7651f.zip
existential_type was removed in favor of type_alias_impl_trait
Diffstat (limited to 'compiler')
-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 29f4423ec85..1e053a56ff4 100644
--- a/compiler/rustc_feature/src/removed.rs
+++ b/compiler/rustc_feature/src/removed.rs
@@ -111,7 +111,7 @@ declare_features! (
      Some("subsumed by `.await` syntax")),
     /// Allows defining `existential type`s.
     (removed, existential_type, "1.38.0", Some(63063), None,
-     Some("removed in favor of `#![feature(min_type_alias_impl_trait)]`")),
+     Some("removed in favor of `#![feature(type_alias_impl_trait)]`")),
     /// Allows using the macros:
     /// + `__diagnostic_used`
     /// + `__register_diagnostic`