compiletest "not found errors" output is badly formatted #140940
Labels
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When compiletest encounters "not found errors", its output now looks like this:
That looks glitched out, with the lack of a space before "line". I think the line number should probably come first anyway, before the diagnostic kind.
I think this is a regression, this used to look just fine.
The formatting seems to happen here:
rust/src/tools/compiletest/src/errors.rs
Line 80 in 56d6b4e
Cc @petrochenkov
The text was updated successfully, but these errors were encountered: