7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
mod multi = "multi-src" {
|
|
|
|
mod foo; // implicitly = "foo.rs"
|
|
|
|
mod bar = "bar.rs";
|
|
}
|