Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
issue-36031.rs
blob: af1b32fd22b170d4b3ecba901fe225d5796f9bf4 [
file
] [
log
] [
blame
]
// aux-build:issue-36031.rs
// build-aux-docs
// ignore-cross-compile
#![
crate_name
=
"foo"
]
extern
crate issue_36031
;
pub
use
issue_36031
::
Foo
;