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

11 lines
154 B
Rust
Raw Normal View History

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