Typoing dot instead of comma in println!
gives a warning at the wrong place
#75492
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-parser
Area: The parsing of Rust source code to an AST
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
says:
... which isn't exactly where the
,
was expected.(Playground)
Another variation is this code:
which gives this result:
(Playground)
The text was updated successfully, but these errors were encountered: