Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
structs-enums
/
uninstantiable-struct.rs
blob: 97bc7d8414e7f78b10fda5f676ff19a37fdfc995 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
pub
struct
Z
(#[
allow
(
dead_code
)]
&
'
static
Z
);
pub
fn
main
()
{}