about summary refs log tree commit diff
path: root/tests/crashes/87577.rs
blob: c632b72c1474a1021f3bcf24b8d9f593d552cb11 (plain)
1
2
3
4
//@ known-bug: #87577

#[derive(Debug)]
struct S<#[cfg(feature = "alloc")] N: A<T>> {}