Open
Description
rust/src/test/ui/associated-types/associated-types-eq-1.rs
Lines 4 to 11 in 1fb612b
we currently show
But the typo checks should also look at the associated types of all the locally accessible types and provide a reasonable suggestion.
In this specific case of assignment, we could also look at the type of boo
for an appropriate type to supply.
Metadata
Metadata
Assignees
Labels
Area: Messages for errors, warnings, and lintsArea: Suggestions generated by the compiler applied by `cargo fix`Category: An issue proposing an enhancement or a PR with one.Diagnostics: An error or lint that needs small tweaks.Relevant to the compiler team, which will review and decide on the PR/issue.