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
b4d1f1b2c1
rust
/
src
/
test
/
run-pass
/
generic-drop-glue.rs
6 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Populate tree.
2010-06-23 23:03:09 -05:00
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 13:19:50 -05:00
Switch to new param kind bound syntax And remove support for the old syntax
2012-01-05 08:35:37 -06:00
fn
f
<
T
:
copy
>
(
t
:
T
)
{
let
t1
:
T
=
t
;
}
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 13:19:50 -05:00
Port the tests to the decl foo<T> syntax.
2011-08-12 08:37:25 -05:00
fn
main
(
)
{
let
x
=
{
x
:
@
10
,
y
:
@
12
}
;
f
(
x
)
;
}
Reference in New Issue
Copy Permalink