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
/
run-pass
/
drop-bind-thunk-args.rs
blob: 2a2d2c5e630d87ccd0d58bb23ebde51d85ffbb9e (
plain
)
1
2
3
4
5
fn f(x: @int) { } fn main() { let x = @10; let ff = bind f(_); ff(x); ff(x); }