Uh oh!
There was an error while loading. Please reload this page.
[mir-inlining] Don't inline virtual calls - #55046
Conversation
rust-highfive
commented
Oct 13, 2018
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Nit: false should be on its own line.
varkor
commented
Oct 14, 2018
Was it inlining the default function implementation, or the implementation for |
wesleywiser
commented
Oct 14, 2018
It was inlining the default implementation so prior to the patch, the test would output |
bc47afd to
6c2daceComparewesleywiser
commented
Oct 14, 2018
Feedback resolved. Thanks @varkor! |
Prior to this change, the test case would output `1` instead of `2` like it should.
6c2dace to
69eaa11Comparewesleywiser
commented
Oct 14, 2018
@bors r=varkor |
bors
commented
Oct 14, 2018
📌 Commit 69eaa11 has been approved by |
bors
commented
Oct 14, 2018
[mir-inlining] Don't inline virtual calls
bors
commented
Oct 15, 2018
☀️ Test successful - status-appveyor, status-travis |
RalfJung
commented
Oct 15, 2018
Just, something strange is going on, and while the tests pass locally they fail on CI?!? See #55086. |
wesleywiser
commented
Oct 15, 2018
@RalfJung Is there anything that needs to be done related to this bug fix? I see you closed the other pull request. |
RalfJung
commented
Oct 15, 2018
Yeah, turns out I was wrong when I thought that the ICE got fixed. :( Sorry for the noise. |
wesleywiser
commented
Oct 15, 2018
No worries :) |
No description provided.