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 821f43a commit 9761690Copy full SHA for 9761690
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: a8af13e784ec81be80804e6e3bc31ee7190a2869
+refs/heads/master: af2eecdabec206789a333e2bb13675ead4b1fbbf
trunk/src/test/compiletest/compiletest.rs
@@ -17,12 +17,7 @@ import util::logv;
17
18
fn main(args: vec[str]) {
19
20
- let ivec_args =
21
- {
22
- let ivec_args = ~[];
23
- for arg: str in args { ivec_args += ~[arg]; }
24
- ivec_args
25
- };
+ let ivec_args = ivec::from_vec(args);
26
27
let config = parse_config(ivec_args);
28
log_config(config);
0 commit comments