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