]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/move-4-unique.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / move-4-unique.rs
index 286781a482277779d0de07244a946ed4dcc49485..9e5eeef75527c1595ba1a601c4988a5d4e852ac0 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(unknown_features)]
+#![feature(box_syntax)]
 
 struct Triple {a: int, b: int, c: int}