about summary refs log tree commit diff
path: root/src/test/rustdoc/external-cross.rs
blob: 056ed3534624b6df727960c3a18dad372458ab7e (plain)
1
2
3
4
5
6
7
8
9
10
// aux-build:external-cross.rs
// ignore-cross-compile

#![crate_name="host"]

extern crate external_cross;

// @has host/struct.NeedMoreDocs.html
// @has - '//h1' 'Cross-crate imported docs'
pub use external_cross::NeedMoreDocs;