Skip to content

Commit

Permalink
existential_type was removed in favor of type_alias_impl_trait
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Jul 27, 2021
1 parent 38bdd0e commit 66dbeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/removed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 66dbeb5

Please sign in to comment.