This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
test
/
run-pass
/
issue-1899.rs
Niko Matsakis
e399ddbf17
allow binding of fn~, make result fn@. fixes 1899.
2012-03-16 17:48:53 -04:00
4 lines
47 B
Rust
Raw
Blame
History
fn
main
(
)
{
let
_b
=
[
bind
(
fn
~
(
)
{
}
)
(
)
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink