Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
auxiliary
/
primitive-reexport.rs
blob: b2e9fa43b395afb4c102228a6a46fa4fb3cfebfa [
file
] [
log
] [
blame
]
// compile-flags: --emit metadata --crate-type lib --edition 2018
#![
crate_name
=
"foo"
]
pub
mod
bar
{
pub
use
bool
;
pub
use
char
as
my_char
;
}