Skip to content

Commit 66dbeb5

Browse files
committed
existential_type was removed in favor of type_alias_impl_trait
1 parent 38bdd0e commit 66dbeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/removed.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ declare_features! (
111111
Some("subsumed by `.await` syntax")),
112112
/// Allows defining `existential type`s.
113113
(removed, existential_type, "1.38.0", Some(63063), None,
114-
Some("removed in favor of `#![feature(min_type_alias_impl_trait)]`")),
114+
Some("removed in favor of `#![feature(type_alias_impl_trait)]`")),
115115
/// Allows using the macros:
116116
/// + `__diagnostic_used`
117117
/// + `__register_diagnostic`

0 commit comments

Comments
 (0)