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