Make GATs no longer incomplete
This commit is contained in:
parent
27e4205881
commit
f1ab6f93e6
138 changed files with 197 additions and 587 deletions
|
@ -405,7 +405,7 @@ declare_features! (
|
|||
(active, in_band_lifetimes, "1.23.0", Some(44524), None),
|
||||
|
||||
/// Allows associated types to be generic, e.g., `type Foo<T>;` (RFC 1598).
|
||||
(incomplete, generic_associated_types, "1.23.0", Some(44265), None),
|
||||
(active, generic_associated_types, "1.23.0", Some(44265), None),
|
||||
|
||||
/// Allows defining `trait X = A + B;` alias items.
|
||||
(active, trait_alias, "1.24.0", Some(41517), None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue