Skip to content

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

Merged
bors merged 1 commit into
rust-lang:masterfrom
arielb1:constant-padding
Sep 12, 2016
Merged

use adt::trans_const when translating constant closures and tuples#36406
bors merged 1 commit into
rust-lang:masterfrom
arielb1:constant-padding

Conversation

@arielb1

@arielb1arielb1 commented Sep 11, 2016

Copy link
Copy Markdown
Contributor

The previous way dropped padding on the floor.

Fixes#36401

r? @eddyb

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

Copy link
Copy Markdown
ContributorAuthor

beta-nominated since regression.

@eddyb

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Sep 12, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit f1bd907 has been approved by eddyb

@bors

bors commented Sep 12, 2016

Copy link
Copy Markdown
Collaborator

⌛ 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
Copy Markdown
Contributor

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

@nikomatsakisnikomatsakis added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Sep 19, 2016
@brsonbrson mentioned this pull request Sep 19, 2016
@pnkfelixpnkfelix mentioned this pull request Sep 21, 2016
@brsonbrson removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Sep 21, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@arielb1@eddyb@bors@nikomatsakis@brson