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
/
drop-parametric-closure-with-bound-box.rs
6 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix crasher in rustc.
2010-10-14 12:41:48 -07:00
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 11:19:50 -07:00
Fix test that used an oversized int literal
2011-12-07 22:10:56 +01:00
fn
f
<
T
>
(
i
:
@
uint
,
t
:
T
)
{
}
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 11:19:50 -07:00
make bind syntax unnecessary: just use _ for one of the arguments
2012-02-07 06:37:08 -08:00
fn
main
(
)
{
let
x
=
f
::
<
char
>
(
@
0xdeafbeef
u
,
_
)
;
}
Reference in New Issue
Copy Permalink