This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
2329651770
rust
/
src
/
test
/
run-pass
/
deriving-clone-generic-tuple-struct.rs
5 lines
53 B
Rust
Raw
Normal View
History
Unescape
Escape
test: replace uses of old deriving attribute with new one
2013-03-20 11:42:59 -04:00
#[
deriving(Clone)
]
libsyntax: Implement `#[deriving_clone]`
2013-03-04 15:33:05 -08:00
struct
S
<
T
>
(
T
,
(
)
)
;
fn
main
(
)
{
}
Copy permalink