Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
deriving
/
deriving-bounds.rs
blob: 45fc14420f1774ed24df9fccf6a1ee8d3cce0074 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
#[
derive
(
Copy
,
Clone
)]
struct
Test
;
pub
fn
main
()
{}