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