1 2 3 4 5 6 7 8 9
//@ known-bug: #133965 //@ needs-rustc-debug-assertions struct NonGeneric {} #[derive(Default)] struct NonGeneric<'a, const N: usize> {} pub fn main() {}