Diagnostic suggestions highlighting can become misaligned #104150
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given a
cargo +nightly clippy
on the following:The current output is:
In line 6,
(val, val)
the second highlight is misaligned, it's highlighted at(val, v~al)~
The text was updated successfully, but these errors were encountered: