-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Labels
A-GATsArea: Generic associated types (GATs)Area: Generic associated types (GATs)F-generic_associated_types`#![feature(generic_associated_types)]` a.k.a. GATs`#![feature(generic_associated_types)]` a.k.a. GATs
Description
The following should error, but doesn't: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=5dfa889a16a936338aa5d346ced567d5
This is in a test, but doesn't have a FIXME:
| trait IterableTwo { |
Metadata
Metadata
Assignees
Labels
A-GATsArea: Generic associated types (GATs)Area: Generic associated types (GATs)F-generic_associated_types`#![feature(generic_associated_types)]` a.k.a. GATs`#![feature(generic_associated_types)]` a.k.a. GATs