about summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-default-impl/foo.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-03-05 18:33:58 -0800
committerBrian Anderson <banderson@mozilla.com>2015-03-23 14:40:26 -0700
commitdf290f127e923e0aacfe8223dd77f0fa222f0bc8 (patch)
tree65f8e1091b566595f7b5cae402c2121f22529db5 /src/test/run-make/rustdoc-default-impl/foo.rs
parent7770ea706b2ba10ebf9112b38af9aaad5cc6f24c (diff)
downloadrust-df290f127e923e0aacfe8223dd77f0fa222f0bc8.tar.gz
rust-df290f127e923e0aacfe8223dd77f0fa222f0bc8.zip
Require feature attributes, and add them where necessary
Diffstat (limited to 'src/test/run-make/rustdoc-default-impl/foo.rs')
-rw-r--r--src/test/run-make/rustdoc-default-impl/foo.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-make/rustdoc-default-impl/foo.rs b/src/test/run-make/rustdoc-default-impl/foo.rs
index 08f3bd10e74..c2531bf4586 100644
--- a/src/test/run-make/rustdoc-default-impl/foo.rs
+++ b/src/test/run-make/rustdoc-default-impl/foo.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![feature(core)]
+
 pub mod bar {
     use std::marker;