Cargo prints "Compiling <crate>" when build script runs, and gives no indication when the final crate artefact is being built #833
Labels
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
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.
Without the
build = ...
line the output ofcargo build
isI was expecting something like
(Possibly renaming the first line to
Executing build command ...
or even having a separate line for when it is executed.)The text was updated successfully, but these errors were encountered: