6 lines
86 B
Rust
6 lines
86 B
Rust
// error-pattern: unresolved name: a
|
|
|
|
mod m1 { }
|
|
|
|
fn main(args: [str]) { log m1::a; }
|