Closed
Description
Simple reproduction steps:
cargo new asdf
cd asdf
cargo build
cargo build
The original behavior of cargo is that the second cargo build
does nothing. However, it currently recompiles the crate (which is probably wrong).
For crates with dependencies, cargo apparently recompiles only local dependencies, and not dependencies on crates.io or anything else.
Metadata
Metadata
Assignees
Labels
No labels