9 lines
122 B
Rust
9 lines
122 B
Rust
// xfail-stage0
|
|
// error-pattern: does nothing
|
|
fn main() {
|
|
log "doing";
|
|
this_does_nothing_what_the;
|
|
log "boing";
|
|
}
|
|
|