Binary project output within one workspace depends on build order #8941
Labels
A-layout
Area: target output directory layout, naming, and organization
A-rebuild-detection
Area: rebuild detection and fingerprinting
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
Multiple projects within a workspace overwrite each others output, if their executable have the same name.
Imagine the following Cargo.toml snippet to be part of two projects (referred to as
project_a
andproject_b
):When compiling the workspace after a change in
project_a
, the following command runs the executable fromproject_a
:Problems
Possible Solution(s)
Notes
Output of
cargo version
:The text was updated successfully, but these errors were encountered: