]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_feature/src/removed.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / compiler / rustc_feature / src / removed.rs
index 38a3a4e3d4411275fe060e681570ba34d184047c..aff66053c93bcb2d6ab30bf61bf63eb0ac579154 100644 (file)
@@ -106,7 +106,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(type_alias_impl_trait)]`")),
+     Some("removed in favor of `#![feature(min_type_alias_impl_trait)]`")),
     /// Allows using the macros:
     /// + `__diagnostic_used`
     /// + `__register_diagnostic`