We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e5e5a commit 843905fCopy full SHA for 843905f
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: b762ba08902e6bcbc6a7e7fcb5d6d2978c909e1a
+refs/heads/master: 28437a18902310f4910383cd3d1bc91bacef3d63
trunk/src/test/compile-fail/alias-mismatch.rs
@@ -1,9 +1,9 @@
// error-pattern:expected argument mode
use std;
3
-import std::vec::map;
+import std::ivec::map;
4
5
fn main() {
6
fn f(i: uint) -> bool { true }
7
8
- let a = map(f, [5u]);
+ let a = map(f, ~[5u]);
9
}
0 commit comments