aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/unnecessary-io.rs
blob: fb50a54ccbf1608bb38f5890bb49c24d51e68da1 (plain) (blame)
1
2
3
4
// error-pattern: calculated effect is ''
impure fn main() {
  log "hi";
}