1 2 3 4 5 6
// build-pass (FIXME(62277): could be check-pass?) #![allow(dead_code)] #[derive(Debug)] struct Row<T>([T]); fn main() {}