index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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"
;
}