Files
rust/src/test/rustdoc/intra-doc-crate/self.rs

7 lines
166 B
Rust
Raw Normal View History

2020-11-29 13:49:44 -05:00
// aux-build:self.rs
extern crate cross_crate_self;
// @has self/struct.S.html '//a[@href="../self/struct.S.html#method.f"]' "Self::f"
pub use cross_crate_self::S;