]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/external-cross.rs
Merge commit 'a8385522ade6f67853edac730b5bf164ddb298fd' into simd-remove-autosplats
[rust.git] / src / test / 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;