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

const eval: don't assume the rhs of a bitshift is of any particular type #32285

Merged
merged 1 commit into from Mar 17, 2016

Conversation

Projects
None yet
5 participants
@oli-obk
Copy link
Contributor

oli-obk commented Mar 16, 2016

regression found in jpeg-decoder

@rust-highfive

This comment has been minimized.

Copy link
Collaborator

rust-highfive commented Mar 16, 2016

r? @pnkfelix

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

@eddyb

This comment has been minimized.

Copy link
Member

eddyb commented Mar 16, 2016

@bors r+

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Mar 16, 2016

📌 Commit 7a2c50f has been approved by eddyb

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Mar 17, 2016

⌛️ Testing commit 7a2c50f with merge 3b765f4...

bors added a commit that referenced this pull request Mar 17, 2016

Auto merge of #32285 - oli-obk:fix/const_bitshift, r=eddyb
const eval: don't assume the rhs of a bitshift is of any particular type

[regression found](https://internals.rust-lang.org/t/regression-report-stable-2016-03-03-vs-nightly-2016-03-15/3250) in jpeg-decoder

@bors bors merged commit 7a2c50f into rust-lang:master Mar 17, 2016

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details

@oli-obk oli-obk deleted the oli-obk:fix/const_bitshift branch Mar 17, 2016

@oli-obk oli-obk referenced this pull request Mar 17, 2016

Merged

Small fix for nightly rust #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.