]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-3794.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-3794.rs
index 926b53cf92c0d1bc2ded84dc93d61c9b1c544874..91c938981c10bc85acaaf70a7b975947cde9325c 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)]
+
 trait T {
     fn print(&self);
 }