Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
nestedmod
/
mod.rs
blob: 1df46293184660c0857989d7eb9cf691dfcf02e5 [
file
] [
log
] [
blame
]
mod
mod2a
;
mod
mod2b
;
mod
mymod1
{
use
mod2a
::{
Bar
,
Foo
};
mod
mod3a
;
}
#[
path
=
"mod2c.rs"
]
mod
mymod2
;
mod
submod2
;