]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/external-cross.rs
rustdoc: remove redundant item kind class from `.item-decl > pre`
[rust.git] / tests / rustdoc / external-cross.rs
1 // aux-build:external-cross.rs
2 // ignore-cross-compile
3
4 #![crate_name="host"]
5
6 extern crate external_cross;
7
8 // @has host/struct.NeedMoreDocs.html
9 // @has - '//h2' 'Cross-crate imported docs'
10 pub use external_cross::NeedMoreDocs;