blob: 69f533ccbe987ea0819aae8451cc86c65a418d52 [file] [log] [blame]
//@ known-bug: #133965
//@ needs-rustc-debug-assertions
struct NonGeneric {}
#[derive(Default)]
struct NonGeneric<'a, const N: usize> {}
pub fn main() {}