Sign in
◑
Theme
rust
/
rust
/
8662be8340e5e2bc06fe16b7df0a7d02ebdf5e64
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
nestedmod
/
mod.rs
blob: 1df46293184660c0857989d7eb9cf691dfcf02e5 [
file
]
mod
mod2a
;
mod
mod2b
;
mod
mymod1
{
use
mod2a
::{
Bar
,
Foo
};
mod
mod3a
;
}
#[
path
=
"mod2c.rs"
]
mod
mymod2
;
mod
submod2
;