Long line printing doesn't support tabs #78438
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The code that truncates long lines doesn't take (hard) tabs into account, so the lines printed are off.
Example code:
Gives the following error:
If you use four spaces instead of each tab
it works as expected:
cc #45953 and #63402
cc @estebank
The text was updated successfully, but these errors were encountered: