Uh oh!
There was an error while loading. Please reload this page.
Use free regions when determining self type in compare_impl_method - #48419
Conversation
rust-highfive
commented
Feb 22, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
emilyalbini
commented
Feb 26, 2018
Thanks for the PR @bobtwinkles, the release team will periodically make sure this PR gets reviewed. @nikomatsakis, this PR needs your review! |
nikomatsakis
commented
Feb 27, 2018
@bors r+ |
bors
commented
Feb 27, 2018
📌 Commit 9882050 has been approved by |
Manishearth
commented
Feb 28, 2018
I get a failure on this in the rollup |
emilyalbini
commented
Feb 28, 2018
That failure is caused by #48449, which replaces line numbers with LL. |
Manishearth
commented
Feb 28, 2018
@bors r- re-r+ when this is fixed |
nikomatsakis
commented
Mar 1, 2018
easiest way to fix is to rebase and re-run the UI tests locally |
sapphire-arches
commented
Mar 1, 2018
via email
Yep. I'll try and get to this tonight, and will certainly have it by later
tomorrow. I've gotten unexpectedly busy this week. …On Thu, Mar 1, 2018, 13:28 Niko Matsakis ***@***.***> wrote:
easiest way to fix is to rebase and re-run the UI tests locally
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#48419 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABcc_EDw7wFqKFFaNpf8Y5ys7qog7IZdks5taD3TgaJpZM4SOsQM>
.
|
The ExplicitSelf::determine function expects to be able to compare regions. However, when the compare_self_type error reporting code runs we haven't resolved bound regions yet. Thus we replace them with free regions first.
9882050 to
c0d41fbComparesapphire-arches
commented
Mar 5, 2018
Rebased and updated to new |
nikomatsakis
commented
Mar 9, 2018
@bors r+ |
bors
commented
Mar 9, 2018
📌 Commit c0d41fb has been approved by |
bors
commented
Mar 10, 2018
⌛ Testing commit c0d41fb with merge 9a46d8adb83f73c72a2e876764993c4746957199... |
bors
commented
Mar 10, 2018
💔 Test failed - status-appveyor |
emilyalbini
commented
Mar 10, 2018
Appveyor timeout on dist x86_64. @bors retry |
kennytm
commented
Mar 10, 2018
Note: Timeout is due to being stuck when cloning rust-by-examples. This happened 1 month before in #47761 (comment). |
bors
commented
Mar 10, 2018
…sakis Use free regions when determining self type in `compare_impl_method` The ExplicitSelf::determine function expects to be able to compare regions. However, when the compare_self_type error reporting code runs we haven't resolved bound regions yet. Thus we replace them with free regions first. Fixes#48276
bors
commented
Mar 11, 2018
☀️ Test successful - status-appveyor, status-travis |
The ExplicitSelf::determine function expects to be able to compare regions. However, when the compare_self_type error reporting code runs we haven't resolved bound regions yet. Thus we replace them with free regions first. Fixes#48276