failing orphan check with associated types should suggest using the associated type directly. #102734
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-coherence
Area: Coherence
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
results in
ideally it should mention that
<() as Trait>::Assoc
may actually be local to the current crate and that the user could replace that projection with the associated type itself.The text was updated successfully, but these errors were encountered: