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