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
/
run-pass
/
drop-parametric-closure-with-bound-box.rs
blob: cf1ff7502b327899799d9a85dd2b5d22b88e9d41 (
plain
) (
blame
)
1
2
3
4
5
fn
f
[
T
](
@
int
i
,
T
t
)
{}
fn
main
()
{
auto
x
=
bind
f
[
char
](
@
0xdeafbeef
,
_
);
}