Default cargo output should prioritize warnings over "Compiling foo" line spam #14596
Labels
A-console-output
Area: Terminal output, colors, progress bar, etc.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
It's very easy to miss some warnings because they are printed before a deluge of "Compiling foo" lines that quickly fill the terminal buffer.
This is not a problem when using the
-q
flag, but this is not the default.-q
also doesn't provide a progress bar.Proposed Solution
The default cargo output should exclude spam, while ensuring that warnings and progress are visible.
If users still want the spam, they should use
-v
.Notes
No response
The text was updated successfully, but these errors were encountered: