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