46e5e2f685
To make sure different test set-ups (check-fast) don't cause the tests to fail.
6 lines
90 B
Rust
6 lines
90 B
Rust
// error-pattern: unresolved name: m1::a
|
|
|
|
mod m1 { }
|
|
|
|
fn main(args: [str]) { log m1::a; }
|