2017-09-21 22:37:00 -05:00
|
|
|
// aux-build:external-cross.rs
|
|
|
|
// ignore-cross-compile
|
|
|
|
|
|
|
|
#![crate_name="host"]
|
|
|
|
|
|
|
|
extern crate external_cross;
|
|
|
|
|
|
|
|
// @has host/struct.NeedMoreDocs.html
|
2021-10-01 05:17:15 -05:00
|
|
|
// @has - '//h2' 'Cross-crate imported docs'
|
2017-09-21 22:37:00 -05:00
|
|
|
pub use external_cross::NeedMoreDocs;
|