This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-06 15:07:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
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 15:42:59 +00:00
#[
deriving(Clone)
]
libsyntax: Implement `#[deriving_clone]`
2013-03-04 23:33:05 +00:00
struct
S
<
T
>
(
T
,
(
)
)
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink