summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/no-compiler-reexport.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/no-compiler-reexport.rs')
-rw-r--r--src/test/rustdoc/no-compiler-reexport.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/rustdoc/no-compiler-reexport.rs b/src/test/rustdoc/no-compiler-reexport.rs
new file mode 100644
index 000000000..d28fdf87b
--- /dev/null
+++ b/src/test/rustdoc/no-compiler-reexport.rs
@@ -0,0 +1,7 @@
+// compile-flags: -Z unstable-options --document-hidden-items --document-private-items
+
+#![crate_name = "foo"]
+
+// @!has 'foo/index.html' '//code' 'extern crate std;'
+// @!has 'foo/index.html' '//code' 'use std::prelude'
+pub struct Foo;