When the return type of a default trait method returns an associated type (that has a default), there's always a mismatched type error #106968
Labels
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.
playground
At line of '2':
error[E0308]: mismatched types
expected associated type, found integer
The text was updated successfully, but these errors were encountered: