Skip to content

Handle unsigned integer constants greater than u32::MAX in codegen #1081

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

Merged
merged 1 commit into from
Oct 13, 2017

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Oct 13, 2017

We were not checking signed-ness and emitting the appropriate types.

Fixes #1040

r? @pepyakin

We were not checking signed-ness and emitting the appropriate types.

Fixes rust-lang#1040
@pepyakin
Copy link
Contributor

@bors-servo r+

Awesome!

@bors-servo
Copy link

📌 Commit 0068c1a has been approved by pepyakin

@bors-servo
Copy link

⌛ Testing commit 0068c1a with merge 8582a90...

bors-servo pushed a commit that referenced this pull request Oct 13, 2017
Handle unsigned integer constants greater than u32::MAX in codegen

We were not checking signed-ness and emitting the appropriate types.

Fixes #1040

r? @pepyakin
@bors-servo
Copy link

☀️ Test successful - status-travis
Approved by: pepyakin
Pushing 8582a90 to master...

@bors-servo bors-servo merged commit 0068c1a into rust-lang:master Oct 13, 2017
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.

4 participants