Uh oh!
There was an error while loading. Please reload this page.
invoke drop glue with a ptr to (data, meta) - #36459
Conversation
This is done by creating a little space on the stack. Hokey, but it's the simplest fix I can see.
nikomatsakis
commented
Sep 13, 2016
Nominating for beta: regression. (But it has not yet been r+'d!) |
eddyb
commented
Sep 13, 2016
@bors r+ |
bors
commented
Sep 13, 2016
📌 Commit b49a26e has been approved by |
nikomatsakis
commented
Sep 13, 2016
@bors r=eddyb |
bors
commented
Sep 13, 2016
📌 Commit 693676d has been approved by |
bors
commented
Sep 14, 2016
⌛ Testing commit 693676d with merge 3e6a5ad... |
bors
commented
Sep 14, 2016
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
alexcrichton
commented
Sep 14, 2016
@bors: retry On Tue, Sep 13, 2016 at 7:55 PM, bors notifications@github.com wrote:
|
invoke drop glue with a ptr to (data, meta) This is done by creating a little space on the stack. Hokey, but it's the simplest fix I can see, and I am in "kill regressions" mode right now. Fixesrust-lang#35546 r? @eddyb
nikomatsakis
commented
Sep 19, 2016
Accepting for beta. Relatively small patch, fixes regression. |
@nikomatsakis Note for future: Please try to avoid extraneous whitespace/line break changes for PR's that are intended for the outset to be applied to beta. (A reason this PR failed to apply cleanly was two files that had solely comments added and line break /whitespace changes...)
|
eddyb
commented
Sep 21, 2016
@pnkfelix |
pnkfelix
commented
Sep 21, 2016
@eddyb ah I suppose that sort of delta is unavoidable then. Ah such tensions from refactoring. |
This is done by creating a little space on the stack. Hokey, but it's the simplest fix I can see, and I am in "kill regressions" mode right now.
Fixes#35546
r? @eddyb