cargo build --all-targets
doesn't work with binary crates and workspaces
#4615
Labels
cargo build --all-targets
doesn't work with binary crates and workspaces
#4615
I've got a large workspace containing a mixture of library and binary crates.
cargo build --all-targets
seems to work fine when run against the library crates (modulo #2495 (comment)).However, running it against either a crate with no library targets or the workspace root (it's a virtual manifest) gives:
I wonder if this is a problem with handling of crates with no library targets?
The text was updated successfully, but these errors were encountered: