Associated type check for trait objects fires incorrectly on supertrait/Self bounds #34603
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-trait-system
Area: Trait system
Here's an example (reproducible on Rust 1.9+):
This code produces the error:
despite the fact that the associated types are fully constrained.
The text was updated successfully, but these errors were encountered: