Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo occasionally fails to detect changed source code files #71052

Closed
icy-ux opened this issue Apr 12, 2020 · 2 comments
Closed

cargo occasionally fails to detect changed source code files #71052

icy-ux opened this issue Apr 12, 2020 · 2 comments
Labels
C-bug Category: This is a bug.

Comments

@icy-ux
Copy link

icy-ux commented Apr 12, 2020

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:

$ rustc --version --verbose
rustc 1.42.0 (b8cedc004 2020-03-09)
binary: rustc
commit-hash: b8cedc00407a4c56a3bda1ed605c6fc166655447
commit-date: 2020-03-09
host: x86_64-unknown-linux-gnu
release: 1.42.0
LLVM version: 9.0

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.

@icy-ux icy-ux added the C-bug Category: This is a bug. label Apr 12, 2020
@jonas-schievink
Copy link
Contributor

Cargo issues should be filed over at https://github.com/rust-lang/cargo

@icy-ux
Copy link
Author

icy-ux commented Apr 13, 2020

Done: rust-lang/cargo#8100

@icy-ux icy-ux closed this as completed Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants