Cargo build recompiles when using rustc -- -Z no-trans
#3204
Labels
A-caching
Area: caching of dependencies, repositories, and build artifacts
A-rebuild-detection
Area: rebuild detection and fingerprinting
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-rustc
Hello.
When I use
cargo rustc -- -Z -no-trans
, the followingcargo build
will recompile even thought I did not changed the source code.Here is the commands that I ran:
The second
cargo build
should not recompile the project.Thanks to fix this issue.
The text was updated successfully, but these errors were encountered: