In a cargo build
, make note of when check steps finish
#7355
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`
I occasionally use a develop <=>
cargo build
cycle to get my feedback (instead ofcargo check
). This is because in the case something does check out, I want it to indeed build.However, while debugging errors, I have some minor anxiety staring at the terminal output wondering if the change I made worked or not, trying to tell from timing whether it has actually succeeded and has moved on to building or not.
I'd appreciate knowing when
cargo build
is done with the steps thatcargo check
normally does and has moved on to actually building things.(Implementation-wise this could require rustc changes but filling a ticket here first given that this is the place I want the UX experience.)
The text was updated successfully, but these errors were encountered: