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