]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/vec-repeat-with-cast.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / vec-repeat-with-cast.rs
index 18ccd8c96ab6c95316474933dfeba64fd2362838..97a443cb3b8e0fc0c6c55a7165e11b1b7eda03e7 100644 (file)
@@ -8,4 +8,4 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-pub fn main() { let _a = [0i, ..1 as uint]; }
+pub fn main() { let _a = [0i1 as uint]; }