rust/src/test/compile-fail/bad-expr-path.rs
2011-08-16 15:05:56 -07:00

6 lines
86 B
Rust

// error-pattern: unresolved name: a
mod m1 { }
fn main(args: [str]) { log m1::a; }