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