We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The explain_span function used for them doesn't convert lo.col to be 1-based.
explain_span
lo.col
Noticed because in #41914 some messages ended up looking like this:
note: the anonymous lifetime #2 defined on the function body at 15:0...
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#42062 - fhartwig:fix-off-by-one-span, r=nik…
2945642
…omatsakis Fix off-by-one error in column number in `explain_span`. Fixes rust-lang#41938
No branches or pull requests
The
explain_span
function used for them doesn't convertlo.col
to be 1-based.Noticed because in #41914 some messages ended up looking like this:
The text was updated successfully, but these errors were encountered: