]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/expr-match-unique.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / expr-match-unique.rs
index 83f2ada02b0ffd60b20b00b660b669720bb1a467..7958f4927daf84aab270ccf3873f4e48f6e11bdc 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)]
 
 // Tests for match as expressions resulting in boxed types
 fn test_box() {