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