]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/reflect.rs
New upstream version 1.15.0+dfsg1
[rustc.git] / src / test / compile-fail / reflect.rs
index fdd569e2c1b3fe9bac4540d766b8e7f196b0c554..28ff7c82c2e0a02af568b87698d7da66de131ddc 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![feature(reflect_marker)]
+
 // Test that there is no way to get a generic type `T` to be
 // considered as `Reflect` (or accessible via something that is
 // considered `Reflect`) without a reflect bound, but that any