summary refs log tree commit diff
path: root/src/test/compile-fail/does-nothing.rs
blob: a360d6579574fc3b2b8fa2488304c30d369ecb7a (plain)
1
2
3
// error-pattern: unresolved name: `this_does_nothing_what_the`.
fn main() { debug!("doing"); this_does_nothing_what_the; debug!("boing"); }