]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/deref-lval.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / deref-lval.rs
index d9b0940f80b3f328a745ba984ad29ee100ff94b6..ead0683b87090c67b1d0c42702be5b4414f91beb 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)]
 
 use std::cell::Cell;