The cargo build --bins
re-builds binaries again after cargo build --all-targets
#13844
Labels
A-features
Area: features — conditional compilation
A-workspaces
Area: workspaces
C-bug
Category: bug
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
Problem
There seem to be unnecessary build happening in the following sequence.
Not sure that his matters, but my setup uses workspace.
Steps
cargo build --release --all-targets
cargo build --release --bins
At step 2. I would expect getting just a "Finished" message straight away, with no re-build happening in between steps 1. and 2., as the
--all-targets
conceptually include building full set of binary executables already.Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: