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