summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/external-cross.rs
blob: 3f8e16882911ae3195db0a21e0311d3c956bcc63 (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 - '//h2' 'Cross-crate imported docs'
pub use external_cross::NeedMoreDocs;