Uh oh!
There was an error while loading. Please reload this page.
resolve: Fix an ICE in import validation - #57160
Conversation
rust-highfive
commented
Dec 28, 2018
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
petrochenkov
commented
Dec 28, 2018
Beta-nominating as a regression fix, the assert was introduced in stable Rust 1.31 (in #55884). |
estebank
commented
Dec 28, 2018
@bors r+ |
bors
commented
Dec 28, 2018
📌 Commit ce73bc7 has been approved by |
bors
commented
Dec 29, 2018
resolve: Fix an ICE in import validation Fixes ICE reported in the comment #56596 (comment)
bors
commented
Dec 29, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Dec 29, 2018
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 |
kennytm
commented
Dec 29, 2018
@bors retry |
bors
commented
Dec 29, 2018
resolve: Fix an ICE in import validation Fixes ICE reported in the comment #56596 (comment)
bors
commented
Dec 29, 2018
☀️ Test successful - status-appveyor, status-travis |
rust-highfive
commented
Dec 29, 2018
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).
emilyalbini
commented
Jan 3, 2019
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
petrochenkov
commented
Jan 10, 2019
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)