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 f5f5f69 commit b6a85b9Copy full SHA for b6a85b9
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: abe33f165e1323963df6435b1de3f9c8dbb92f97
+refs/heads/master: 8979695496eb6247758a1a5f0a4f3cdf62b79453
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/src/test/run-fail/unwind-misc-1.rs
@@ -20,7 +20,7 @@ fn main() {
20
let mut arr = ~[];
21
for uint::range(0u, 10u) |i| {
22
arr += ~[@~"key stuff"];
23
- map.insert(arr, arr + ~[@~"value stuff"]);
+ map.insert(copy arr, arr + ~[@~"value stuff"]);
24
if arr.len() == 5 {
25
fail;
26
}
0 commit comments