-
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 in import resolution with renamed crate import #64143
Comments
I can confirm the ICE with paritytech/substrate@9a60704 and |
check-in from compiler triage: I'm going with medium priority on this; it looks like @petrochenkov is working on it already in any case. In particular, this isn't marked as a regression, and I think the ICE is primarily affecting an "in-progress" change, so it's not blocking anything on crates.io from building or anything like that (right?). |
This ICE is not blocking anything on my side. |
@shawntabrizi
In that case this is a duplicate of #56935 or #64450. I wasn't able to reproduce the cross-compilation testing locally, and without cross-compilation the build completes successfully at least for |
In general, help with a minimized reproduction would be appreciated. |
@petrochenkov Sorry, I wont be able to help with a minimal reproduction step. It is just something I ran into and reported. I will close this issue, and allow you to reopen if you feel you can further investigate. |
I tried renaming a crate import and a bunch of dependent uses of the crate, and ended up seeing a unexpected panic in the compiler.
Log is here: https://gitlab.parity.io/parity/substrate/-/jobs/223357
This was the specific commit, but errors may have started one commit before:
paritytech/substrate@ba2ec61
The text was updated successfully, but these errors were encountered: