We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423e2f8 commit a542977Copy full SHA for a542977
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5e35d49a5097d1a67dc1d99c367447a69c57d0bf
+refs/heads/master: 98766e388e3f1ec861331224ecafd80d39554d38
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/librustsyntax/ast_util.rs
@@ -120,7 +120,7 @@ fn int_ty_to_str(t: int_ty) -> str {
120
fn int_ty_max(t: int_ty) -> u64 {
121
alt t {
122
ty_i8 { 0x80u64 }
123
- ty_i16 { 0x800u64 }
+ ty_i16 { 0x8000u64 }
124
ty_i | ty_char | ty_i32 { 0x80000000u64 } // actually ni about ty_i
125
ty_i64 { 0x8000000000000000u64 }
126
}
0 commit comments