Skip to content
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

use adt::trans_const when translating constant closures and tuples #36406

Merged
merged 1 commit into from
Sep 12, 2016

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Sep 11, 2016

The previous way dropped padding on the floor.

Fixes #36401

r? @eddyb

@arielb1 arielb1 added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Sep 11, 2016
@arielb1
Copy link
Contributor Author

arielb1 commented Sep 11, 2016

beta-nominated since regression.

@eddyb
Copy link
Member

eddyb commented Sep 12, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Sep 12, 2016

📌 Commit f1bd907 has been approved by eddyb

@bors
Copy link
Contributor

bors commented Sep 12, 2016

⌛ Testing commit f1bd907 with merge 85592fb...

bors added a commit that referenced this pull request Sep 12, 2016
use `adt::trans_const` when translating constant closures and tuples

The previous way dropped padding on the floor.

Fixes #36401

r? @eddyb
@nikomatsakis
Copy link
Contributor

Accepting for beta. Relatively small patch, regression. But I encourage @rust-lang/compiler people to take a look.

@nikomatsakis nikomatsakis added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Sep 19, 2016
@brson brson mentioned this pull request Sep 19, 2016
@pnkfelix pnkfelix mentioned this pull request Sep 21, 2016
@brson brson removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants