rust/src/test/compile-fail/does-nothing.rs
2011-07-27 15:54:33 +02:00

4 lines
131 B
Rust

// error-pattern: unresolved name: this_does_nothing_what_the
fn main() { log "doing"; this_does_nothing_what_the; log "boing"; }