about summary refs log tree commit diff
path: root/tests/crashes/133965.rs
blob: 69f533ccbe987ea0819aae8451cc86c65a418d52 (plain)
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() {}