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: 45a93798fed4e7459c1a61603f26a7746858639a (
plain
) (
blame
)
1
2
3
4
// error-pattern: calculated effect is ''
io
fn
main
()
{
log
"hi"
;
}