]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/vec-dst.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / vec-dst.rs
index 4a36231e72b0af44aead25b0212a3a96ccdcd056..40073c2b742197834e58828d75efab50f125ab63 100644 (file)
@@ -8,6 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(unknown_features)]
+#![feature(box_syntax)]
+
 pub fn main() {
     // Tests for indexing into box/& [T; n]
     let x: [int; 3] = [1, 2, 3];