-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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. GATsGATs-blockingIssues using the `generic_associated_types` feature that block stabilizationIssues using the `generic_associated_types` feature that block stabilizationGATs-triagedIssues using the `generic_associated_types` feature that have been triagedIssues using the `generic_associated_types` feature that have been triaged
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. GATsGATs-blockingIssues using the `generic_associated_types` feature that block stabilizationIssues using the `generic_associated_types` feature that block stabilizationGATs-triagedIssues using the `generic_associated_types` feature that have been triagedIssues using the `generic_associated_types` feature that have been triaged