mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
9 lines
57 B
Rust
9 lines
57 B
Rust
#[path = "."]
|
|
mod a {
|
|
mod b;
|
|
}
|
|
|
|
mod c {
|
|
mod d;
|
|
}
|