about summary refs log tree commit diff
path: root/src/test/compile-fail/bad-expr-path.rs
blob: 7c97308c5387c8d06a35feae7dfbebfcbe0f1ae1 (plain)
1
2
3
4
5
// error-pattern: unresolved name: a

mod m1 { }

fn main(args: [str]) { log m1::a; }