Skip to content

codegen: Special-case i64::MIN since it produces a overflow on aster. #245

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
Nov 14, 2016

Conversation

emilio
Copy link
Contributor

@emilio emilio commented Nov 13, 2016

Proper fix on aster soon, still worth to get this in I guess.

r? @fitzgen

Proper fix on aster soon, still worth to get this in I guess.

r? @fitzgen
@emilio
Copy link
Contributor Author

emilio commented Nov 13, 2016

@bors-servo delegate=fitzgen

@bors-servo
Copy link

✌️ @fitzgen can now approve this pull request

@@ -19,6 +19,10 @@ enum MuchLong: long {
MuchLow = -4294967296,
};

enum MuchLongLong: unsigned long long {
enum MuchLongLong: long long {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"MuchLongLong" ha

@fitzgen
Copy link
Member

fitzgen commented Nov 14, 2016

@bors-servo r+

@bors-servo
Copy link

📌 Commit 37c05b7 has been approved by fitzgen

@bors-servo
Copy link

⌛ Testing commit 37c05b7 with merge b7259de...

bors-servo pushed a commit that referenced this pull request Nov 14, 2016
codegen: Special-case i64::MIN since it produces a overflow on aster.

Proper fix on aster soon, still worth to get this in I guess.

r? @fitzgen
@bors-servo
Copy link

☀️ Test successful - status-travis

@bors-servo bors-servo merged commit 37c05b7 into rust-lang:master Nov 14, 2016
luser pushed a commit to luser/rust-bindgen that referenced this pull request Mar 27, 2017
Update to syntex_syntax 0.23.0
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