-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
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.
Nominating for beta: regression. (But it has not yet been r+'d!) |
@bors r+ |
📌 Commit b49a26e has been approved by |
@bors r=eddyb |
📌 Commit 693676d has been approved by |
⌛ Testing commit 693676d with merge 3e6a5ad... |
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
@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. Fixes rust-lang#35546 r? @eddyb
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...)
|
@pnkfelix |
@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