about summary refs log tree commit diff
path: root/src/test/run-pass/dst-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/dst-struct.rs')
-rw-r--r--src/test/run-pass/dst-struct.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/run-pass/dst-struct.rs b/src/test/run-pass/dst-struct.rs
index 9c0e5a6f5c8..b2092e745a1 100644
--- a/src/test/run-pass/dst-struct.rs
+++ b/src/test/run-pass/dst-struct.rs
@@ -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)]
+
 struct Fat<T: ?Sized> {
     f1: int,
     f2: &'static str,