-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE in import resolution with renamed crate import #64143
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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: