Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
deriving
/
issue-15689-2.rs
blob: a1f66cc064388d36d3a7597b2771ed4d2a6fcce4 [
file
] [
log
] [
blame
]
//@ check-pass
#![
allow
(
dead_code
)]
#[
derive
(
Clone
)]
enum
Test
<
'
a
>
{
Slice
(&
'
a isize
)
}
fn
main
()
{}