Skip to content

Commit 99a66b3

Browse files
committed
---
yaml --- r: 195511 b: refs/heads/master c: 0b57df7 h: refs/heads/master i: 195509: adfaf83 195507: 47e9325 195503: 58ddf8a v: v3
1 parent 24121ed commit 99a66b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 36b6d0ecdc7cced17e1b7341883a33e42e03b7b2
2+
refs/heads/master: 0b57df77b3f7181a4dfb282dc8c4526846a9dddd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b3317d68910900f135f9f38e43a7a699bc736b4a
55
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf

trunk/src/librustc/middle/ty.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5509,12 +5509,12 @@ impl IntTypeExt for attr::IntType {
55095509
SignedInt(ast::TyI16) => cx.types.i16,
55105510
SignedInt(ast::TyI32) => cx.types.i32,
55115511
SignedInt(ast::TyI64) => cx.types.i64,
5512-
SignedInt(ast::TyIs) => cx.types.int,
5512+
SignedInt(ast::TyIs) => cx.types.isize,
55135513
UnsignedInt(ast::TyU8) => cx.types.u8,
55145514
UnsignedInt(ast::TyU16) => cx.types.u16,
55155515
UnsignedInt(ast::TyU32) => cx.types.u32,
55165516
UnsignedInt(ast::TyU64) => cx.types.u64,
5517-
UnsignedInt(ast::TyUs) => cx.types.uint,
5517+
UnsignedInt(ast::TyUs) => cx.types.usize,
55185518
}
55195519
}
55205520

0 commit comments

Comments
 (0)