cargo … --message-format json
should tell you when it starts compiling a cate.
#12864
Labels
A-json-output
Area: JSON message output
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
cargo build --message-format json
will have output such as:There is no way to see when
png
starts compiling.The only way to find out, is to parse stderr, which also doesnt give you the full version information + manifest + etc
Proposed Solution
cargo build --message-format json
will have output such as:The text was updated successfully, but these errors were encountered: