-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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: uninterned StableCrateId: StableCrateId(6127172549132048186) #118088
Comments
Got |
If you're bisecting to try to figure out what rustc commit introduced the bug, you should use https://crates.io/crates/cargo-bisect-rustc which will bisect using the CI artifacts, so you don't have to recompile the compiler N times. |
Got it! Thanks :) |
@mu001999 based on a really quick search, I think this could be a duplicate of an already reported issue caused by incremental compilation. If you have a chance to confirm my suspicion, that would be helpful. thanks! |
I think it's a duplicate of #115835. |
Ok, thanks! I think we can close this and follow the conversation there |
Code
I am using
git bisect
to find error.Firstly
./x.py build
on d55487d, and then./x.py build
on 34bc571 without./x.py clean
.Meta
rustc --version --verbose
:Error output
See the attached file.
rustc-ice-2023-11-20T11:59:22.923739Z-3687.txt
The text was updated successfully, but these errors were encountered: