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
/
bad-recv.rs
blob: cccb735da055a8647fd183290c85a4eae96b46aa (
plain
) (
blame
)
1
2
3
4
5
// error-pattern: mismatched types
fn
main
()
{
10
<-
10
;
}