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