blob: b98cd864ccb466b2ce5d856f0cb498aeabe91a45 [file] [log] [blame]
//@ check-pass
trait Trait<T> {}
fn a(_: impl Trait<
[(); {
struct D {
#[rustfmt::skip]
bar: (),
}
0
}],
>) {
}
fn main() {}