"Did you mean" for attributes should be the same style as functions #112439
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-resolve
Area: Name resolution
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
In the playground (which has a large number of dependencies already):
Current output
Desired output
The first block should match the second block:
(I'd also love it if the line between each
use
suggestions was gone, but that's an extra request.)Rationale and extra context
Consistency is nice. The playground uses a regex to make these into clickable suggestions, but the regex only matches the latter.
Other cases
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: