-
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
save_analysis: fix some ICEs #73046
save_analysis: fix some ICEs #73046
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
r? @Xanewok |
Good catch, thanks! @bors r+ rollup |
📌 Commit 84e4777 has been approved by |
get_expr_data
Sorry @Xanewok i've just added a fix for another issue. |
Do you think there are going to be more issues with TypeRelative paths being not matched on? By the way you can try running the entire test suite with |
Potentially yes, but i've tried adding it everywhere and it leads to other bugs later on in In the mean time, those 2 commits should fix some ices/panics. |
That's what I am doing right now to find more crashes 👍 I hope to come back with some more patches in the next few days |
That's good to hear! Let's try to land this, then: @bors r+ |
📌 Commit 4d6a307 has been approved by |
… r=Xanewok save_analysis: fix some ICEs Fixes rust-lang#73020 Fixes rust-lang#73022 Fixes rust-lang#73041
… r=Xanewok save_analysis: fix some ICEs Fixes rust-lang#73020 Fixes rust-lang#73022 Fixes rust-lang#73041
… r=Xanewok save_analysis: fix some ICEs Fixes rust-lang#73020 Fixes rust-lang#73022 Fixes rust-lang#73041
… r=Xanewok save_analysis: fix some ICEs Fixes rust-lang#73020 Fixes rust-lang#73022 Fixes rust-lang#73041
… r=Xanewok save_analysis: fix some ICEs Fixes rust-lang#73020 Fixes rust-lang#73022 Fixes rust-lang#73041
Superseded by #73071 |
(Looks like that's just more commits added to this one, so IMO it would make sense to keep using the same PR so that all discussion is in one place. But whatever.^^) |
The hope is that those new commits will magically fix those weird failures :-D |
I understand. Still no reason to open a new PR -- to the contrary, opening a new PR erases the prior discussion and thus the relation to the previous failures. But also, another rollup saw the same failures again and didn't include this PR. I am at a total loss where the problem is coming from. |
I understand and I don't mind to let this PR open as a matter of fact. I thought it would be confusing to have two that includes the same commits. |
Yes that's confusing indeed. So why did you open a 2nd one in the first place? You had a perfectly fine PR here, no reason to ditch it. :) |
So @RalfJung let's go as originally planned. Can this be approved again? Or is there still suspicions this PR is breaking CI? |
r=me with https://github.com/rust-lang/rust/pull/73046/files#r436305949 addressed |
4d6a307
to
a7c18e0
Compare
Thanks a lot! Let's try to get this in again... @bors r+ |
📌 Commit a7c18e0 has been approved by |
@bors p=1 |
☀️ Test successful - checks-azure |
Fixes #73020
Fixes #73022
Fixes #73041