Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
external-cross.rs
blob: 13646ec38cfbc57e05e1789160dc12bb90df201f [
file
] [
log
] [
blame
] [
edit
]
//@ 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
;