-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
Exemple Use Case:
It's possibly common enough for people using several languages to apply the wrong, easy to recognize, construct.
Recognizing this construct in case an error is detected would avoid a sequence of suboptimal hints.
Here's the exemple of typing for let thing of some_iterator (JavaScript inspired):
A more relevant hint would suggest the typical Rust iteration.
Triage note:
estebankEnet4
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
