about summary refs log tree commit diff
path: root/src/test/compile-fail/reflect-object-param.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/reflect-object-param.rs')
-rw-r--r--src/test/compile-fail/reflect-object-param.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/compile-fail/reflect-object-param.rs b/src/test/compile-fail/reflect-object-param.rs
index 476b498ae64..be0dbd801b7 100644
--- a/src/test/compile-fail/reflect-object-param.rs
+++ b/src/test/compile-fail/reflect-object-param.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![feature(reflect_marker)]
+
 // Test that types that appear in input types in an object type are
 // subject to the reflect check.