cargo
occasionally fails to detect changed source code files
#71052
Labels
C-bug
Category: This is a bug.
cargo
occasionally fails to detect changed source code files
#71052
Normally when I run cargo
build
,test
, etc then any changes I've made to the code are picked up as expected & it re-compiles those parts of the binary.Occasionally it does not do so, and I need to run
cargo clean
, then recompile to have my changes recognised.Meta
rustc --version --verbose
:Checking whether it happens in nightly isn't currently possible as it's an intermittent issue. I will have to remember to check the next time the issue appears.
The text was updated successfully, but these errors were encountered: