aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/does-nothing.rs
blob: e1a74d36c426493c0ca91e76ec37c73334ea87e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// xfail-stage0
// xfail-stage1
// xfail-stage2
// error-pattern: does nothing
fn main() {
  log "doing";
  this_does_nothing_what_the;
  log "boing";
}