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