7 lines
89 B
Rust
7 lines
89 B
Rust
mod auxiliary {
|
|
mod foo;
|
|
}
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR file not found for module `baz`
|