-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
resolve: Fix an ICE in import validation #57160
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
Beta-nominating as a regression fix, the assert was introduced in stable Rust 1.31 (in #55884). |
@bors r+ |
📌 Commit ce73bc7 has been approved by |
resolve: Fix an ICE in import validation Fixes ICE reported in the comment #56596 (comment)
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry |
resolve: Fix an ICE in import validation Fixes ICE reported in the comment #56596 (comment)
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@d5175f4. Direct link to PR: <rust-lang/rust#57160> 🎉 rls on windows: test-fail → test-pass (cc @nrc @Xanewok, @rust-lang/infra).
This doesn't apply to beta @petrochenkov:
|
@pietroalbini It's also a prerequisite for #56759, so there's a good chance that it'll need to be backported anyway. |
[beta] Uniform path backports What's included: - c658d73 ("resolve: Avoid "self-confirming" resolutions in import validation", prerequisite for the following items) - #57160 ("resolve: Fix an ICE in import validation") - #56759 ("Stabilize `uniform_paths`") r? @Mark-Simulacrum
Included into #57483 |
[beta] Rollup backports Cherry-picked: * #57355: use the correct supertrait substitution in `object_ty_for_trait` * #57471: Updated RELEASES.md for 1.32.0 Rolled up: * #57483: [beta] Uniform path backports * c658d73: resolve: Avoid "self-confirming" resolutions in import validation * #57160: resolve: Fix an ICE in import validation * #56759: Stabilize `uniform_paths` r? @ghost
Fixes ICE reported in the comment #56596 (comment)