File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/try/src/librustsyntax Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 5e35d49a5097d1a67dc1d99c367447a69c57d0bf
5
+ refs/heads/try: 98766e388e3f1ec861331224ecafd80d39554d38
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ fn int_ty_to_str(t: int_ty) -> str {
120
120
fn int_ty_max ( t : int_ty ) -> u64 {
121
121
alt t {
122
122
ty_i8 { 0x80u64 }
123
- ty_i16 { 0x800u64 }
123
+ ty_i16 { 0x8000u64 }
124
124
ty_i | ty_char | ty_i32 { 0x80000000u64 } // actually ni about ty_i
125
125
ty_i64 { 0x8000000000000000u64 }
126
126
}
You can’t perform that action at this time.
0 commit comments