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