-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
ICE Failed to extract DefId: local_def_id_to_hir_id 999c8437c28acff7-7888abc43219a632 #104682
Comments
Seems to be related to incremental compilation as this ICE disappears after a clean build |
Think this issue is the same as the one I encountered - stack during panic starting very similarly at CodeCan't replicate anymore after a cargo clean. Didn't narrow it down before hand. Codebase isn't public yet. Dependencies if it helps. Common theme with original report is crate
Meta
Error output
Backtrace
I didn't get a chance to use
|
I hit that bug again with |
I hit this bug with |
Turning off my build cache (the CI equivalent of We recently changed this build from The main difference between the cached code and the new build is that I moved some features from one crate to another within the same workspace. |
Triage: Relabeling issues which don't have a runnable reproduction (as opposed to having a non-minimized one) to the new label S-needs-repro. |
Code
Cannot provide that, as it's not a public code base
Meta
rustc --version --verbose
:(Cannot test that on 1.65 due to #104322)
Error output
The text was updated successfully, but these errors were encountered: