index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
structs-enums
/
uninstantiable-struct.rs
blob: b24effe5a9c48d91ddb26ed373f72960824b154e (
plain
)
1
2
3
4
// run-pass
pub
struct
Z
(
#[allow(unused_tuple_struct_fields)]
&'
static
Z
);
pub
fn
main
()
{}