-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
re-add the call to super_statement
in EraseRegions
#42931
Conversation
@bors r+ |
📌 Commit dded9e9 has been approved by |
@bors p=100 This unbreaks the nightly |
⌛ Testing commit dded9e91ee8d9b73442b64d4c0a2dab06969ac75 with merge c2b9827c84175162f9d65b01857c380b5f87a63d... |
💔 Test failed - status-travis |
@bors retry |
⌛ Testing commit dded9e91ee8d9b73442b64d4c0a2dab06969ac75 with merge fbb85a9948e8757a3a57b67358247674d78cf9ba... |
💔 Test failed - status-travis |
|
The move gathering code is sensitive to type-equality - that is rather un-robust and I plan to fix it eventually, but that's a more invasive change. And we want to fix the visitor anyway. Fixes rust-lang#42903.
dded9e9
to
71abfa7
Compare
@bors r=eddyb |
📌 Commit 71abfa7 has been approved by |
@arielb1 thanks for the quick fix. Super embarrassing oversight on my part. :( |
☀️ Test successful - status-appveyor, status-travis |
The move gathering code is sensitive to type-equality - that is rather
un-robust and I plan to fix it eventually, but that's a more invasive
change. And we want to fix the visitor anyway.
Fixes #42903.
r? @eddyb