about summary refs log tree commit diff
path: root/tests/rustdoc/intra-doc-crate/self.rs
blob: 95b21a3303ff2b4e6f0a6b5efa780267d2a3c8cf (plain)
1
2
3
4
5
6
7
8
9
//@ 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;