-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
thread 'rustc' panicked at 'forcing query with already existing DepNode
#10620
Comments
Probably duplicate of #10298. May already be resolved. Can be closed if unable to reproduce. |
Btw duplicate of multiple issues likely, adding a link here for easy reference: https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+forcing+query+with+already+existing+DepNode |
I got the same error independently on a different codebase, Intel mac, rust 1.68.2 from rustup. |
Likely duplicate of rust-lang/rust#83085 and not in clippy itself. Indeed this error went away for me after cleaning, suggesting it's an issue with incremental compilation like in rust-lang/rust#83085 . |
Workaround: |
Cool, thanks very much for this. |
Summary
This bug seems to disappear on the branch after I run
cargo clean
.Error log
Reproducer
Here's the branch which fails: https://github.com/risingwavelabs/risingwave/tree/repro-1.
Will add more information if I discover anything further.
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: