This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
e23fad0e6a
rust
/
src
/
test
/
run-pass
/
deriving-clone-tuple-struct.rs
6 lines
52 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
(
(
)
,
(
)
)
;
fn
main
(
)
{
}
Reference in a new issue
Copy permalink