Skip to content

Commit 462d258

Browse files
committed
---
yaml --- r: 16090 b: refs/heads/try c: 98766e3 h: refs/heads/master v: v3
1 parent 026f3dc commit 462d258

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 5e35d49a5097d1a67dc1d99c367447a69c57d0bf
5+
refs/heads/try: 98766e388e3f1ec861331224ecafd80d39554d38
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)