summaryrefslogtreecommitdiffstats
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() {}