Skip to content

Commit a542977

Browse files
committed
---
yaml --- r: 13084 b: refs/heads/master c: 98766e3 h: refs/heads/master v: v3
1 parent 423e2f8 commit a542977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 5e35d49a5097d1a67dc1d99c367447a69c57d0bf
2+
refs/heads/master: 98766e388e3f1ec861331224ecafd80d39554d38
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/librustsyntax/ast_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ fn int_ty_to_str(t: int_ty) -> str {
120120
fn int_ty_max(t: int_ty) -> u64 {
121121
alt t {
122122
ty_i8 { 0x80u64 }
123-
ty_i16 { 0x800u64 }
123+
ty_i16 { 0x8000u64 }
124124
ty_i | ty_char | ty_i32 { 0x80000000u64 } // actually ni about ty_i
125125
ty_i64 { 0x8000000000000000u64 }
126126
}

0 commit comments

Comments
 (0)