]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/unique-log.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / unique-log.rs
index bae87230ba052f5c6b6c9c5998bd28b03659e23e..05579796dab904454541400dda486cca609d4095 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() {
     let i = box 100i;
     println!("{}", i);