summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/intra-doc-crate/self.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/intra-doc-crate/self.rs')
-rw-r--r--src/test/rustdoc/intra-doc-crate/self.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/rustdoc/intra-doc-crate/self.rs b/src/test/rustdoc/intra-doc-crate/self.rs
deleted file mode 100644
index 8c36a7fa0..000000000
--- a/src/test/rustdoc/intra-doc-crate/self.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-// aux-build:self.rs
-// build-aux-docs
-
-extern crate cross_crate_self;
-
-// @has self/struct.S.html '//a[@href="struct.S.html#method.f"]' "Self::f"
-// @has self/struct.S.html '//a[@href="struct.S.html"]' "Self"
-// @has self/struct.S.html '//a[@href="../cross_crate_self/index.html"]' "crate"
-pub use cross_crate_self::S;