-Z terminal-width
should account for compiler-generated text, not just user-supplied text
#95432
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-diagnostics
Working group: Diagnostics
With source code with a long line (64 columns) but that is less than the chosen width (80 columns):
The error message produced by
rustc
exceeds (90 columns) the width:/cc #84673
The text was updated successfully, but these errors were encountered: