2017-09-21 22:37:00 -05:00
|
|
|
//@ aux-build:external-cross.rs
|
|
|
|
//@ ignore-cross-compile
|
|
|
|
|
|
|
|
#![crate_name="host"]
|
|
|
|
|
|
|
|
extern crate external_cross;
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has host/struct.NeedMoreDocs.html
|
|
|
|
//@ has - '//h2' 'Cross-crate imported docs'
|
2017-09-21 22:37:00 -05:00
|
|
|
pub use external_cross::NeedMoreDocs;
|