Skip to content

Commit 843905f

Browse files
committed
---
yaml --- r: 4617 b: refs/heads/master c: 28437a1 h: refs/heads/master i: 4615: f1ba257 v: v3
1 parent 05e5e5a commit 843905f

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: b762ba08902e6bcbc6a7e7fcb5d6d2978c909e1a
2+
refs/heads/master: 28437a18902310f4910383cd3d1bc91bacef3d63
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// error-pattern:expected argument mode
22
use std;
3-
import std::vec::map;
3+
import std::ivec::map;
44

55
fn main() {
66
fn f(i: uint) -> bool { true }
77

8-
let a = map(f, [5u]);
8+
let a = map(f, ~[5u]);
99
}

0 commit comments

Comments
 (0)