existential_type was removed in favor of type_alias_impl_trait

This commit is contained in:
Santiago Pastorino 2021-07-26 20:32:55 -03:00
parent 38bdd0e019
commit 66dbeb5f23
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF

View File

@ -111,7 +111,7 @@ macro_rules! 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`