Error message overlap #37075
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.
When I have few errors (probably only where there is just one) the "running" error messages and the (same) messages after "waiting for other jobs to finish" are overlapping. Here is an example:
If I run the same command again, the messages are overlapping in different ways.
It looks like 2 threads are printing at the same time.
This happens on rust 1.12 on Linux with the new error messages format, but also on older versions with the old format. If I remember correctly, I saw it on OSX too, but I can't check right now.
Sorry if this was already reported, but I couldn't find it in the issues list, as I don't know exactly what terms to use for the search.
The text was updated successfully, but these errors were encountered: