rust/src/test/compile-fail/does-nothing.rs

8 lines
106 B
Rust

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