-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Something is causing Cargo to rebuild every time #3094
Comments
In the crate affected by this, I'm using |
Sub, I'm getting hurt bigtime by this. |
Minimal reproduction here: https://github.com/Mark-Simulacrum/cargo-issues-3094 |
Maybe it's related to this #3095 |
rustc seems to be putting |
Thanks for the report @Mark-Simulacrum! Sorry for the runaround, but I believe @Thinkofname hit the nail on the head with rust-lang/rust#36625. Those file names shouldn't show up at all, and I believe it's a compiler bug that they are. I'm going to close this in favor of rust-lang/rust#36625. |
Refiling rust-lang/rust#36483 per @sfackler's comment.
Each
cargo build
causes a rebuild of the crate. The log suggests that at least part of the problem may be related to Macros 1.1; though the mtimeNone != ...
problems are also of unknown cause.I have not yet worked on a minimal test case, but can do so upon request, for now this should reproduce this behavior.
Full log when building
RUST_LOG=cargo::ops::cargo_rustc::fingerprint=info cargo test
:Condensed (path and leading part of each line stripped):
cc @tikue since this is happening to you as well.
The text was updated successfully, but these errors were encountered: