Skip to content

Commit 42f7fd3

Browse files
committed
---
yaml --- r: 6613 b: refs/heads/master c: 17e99ec h: refs/heads/master i: 6611: 8febe73 v: v3
1 parent 79e2b0f commit 42f7fd3

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,2 +1,2 @@
11
---
2-
refs/heads/master: 7548a0d77a7ebc2950421e68dfb06f6a06c58202
2+
refs/heads/master: 17e99ec57fe8b4b9de24933728db1737e846a7c2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22

3-
fn f<T>(i: @int, t: T) { }
3+
fn f<T>(i: @uint, t: T) { }
44

5-
fn main() { let x = bind f::<char>(@0xdeafbeef, _); }
5+
fn main() { let x = bind f::<char>(@0xdeafbeefu, _); }

0 commit comments

Comments
 (0)