Where clauses on associated types aren't feature gated #49365
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-GATs
Area: Generic associated types (GATs)
A-stability
Area: `#[stable]`, `#[unstable]` etc.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
where
clauses on associated types don't work yet so should be feature gated, presumably withfeature(generic_associated_types)
. cc #44265. Happens on versions >= 1.24The text was updated successfully, but these errors were encountered: