ensure that '_
and GATs yields errors
#95305
Labels
A-GATs
Area: Generic associated types (GATs)
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
GATs-blocking
Issues using the `generic_associated_types` feature that block stabilization
GATs-triaged
Issues using the `generic_associated_types` feature that have been triaged
It's not clear how
'_
and GATs should interact. We should add tests that using'_
either in the parameter list of a GAT or in its value is prohibited.e.g., both of these should error (and currently do)
The text was updated successfully, but these errors were encountered: