index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
unique-unique-kind.rs
blob: afa8134e0830569694979b1b5ddc011dde2f197a (
plain
)
1
2
3
4
5
6
7
fn f<T: send>(_i: T) { } fn main() { let i = ~@100; f(i); //~ ERROR missing `send` }