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

[MIR] Fix translation of ConstVal::{Struct, Tuple} #30774

Merged
merged 1 commit into from
Jan 12, 2016

Conversation

nagisa
Copy link
Member

@nagisa nagisa commented Jan 7, 2016

Fixes #30772

We used to have a untested special case which didn’t really work anyway, because of lacking casts. This PR removes the case in question.

@rust-highfive
Copy link
Collaborator

r? @arielb1

(rust_highfive has picked a reviewer for you, use r? to override)

@arielb1
Copy link
Contributor

arielb1 commented Jan 8, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Jan 8, 2016

📌 Commit ea52d9e has been approved by arielb1

@bors
Copy link
Contributor

bors commented Jan 8, 2016

⌛ Testing commit ea52d9e with merge 1aca1fd...

bors added a commit that referenced this pull request Jan 8, 2016
Fixes #30772

We used to have a untested special case which didn’t really work anyway, because of lacking casts. This PR removes the case in question.
@bors
Copy link
Contributor

bors commented Jan 8, 2016

💔 Test failed - auto-linux-musl-64-opt

@nagisa
Copy link
Member Author

nagisa commented Jan 8, 2016

Wow, this kind of failure (multiple buildbots were “interrupted” although they all compiled successfully) is new one.

@eddyb
Copy link
Member

eddyb commented Jan 8, 2016

@bors retry

nagisa added a commit to nagisa/rust that referenced this pull request Jan 9, 2016
…elb1

Fixes rust-lang#30772

We used to have a untested special case which didn’t really work anyway, because of lacking casts. This PR removes the case in question.
nagisa added a commit to nagisa/rust that referenced this pull request Jan 11, 2016
…elb1

Fixes rust-lang#30772

We used to have a untested special case which didn’t really work anyway, because of lacking casts. This PR removes the case in question.
bors added a commit that referenced this pull request Jan 11, 2016
@bors bors merged commit ea52d9e into rust-lang:master Jan 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants