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