// run-pass #![allow(unused_variables)] struct Node(#[allow(unused_tuple_struct_fields)] T); fn main() { let x: Box> = Box::new(Node([])); }