9 lines
128 B
Rust
9 lines
128 B
Rust
//@ known-bug: #140333
|
|
fn a() -> impl b<
|
|
[c; {
|
|
struct d {
|
|
#[a]
|
|
bar: e,
|
|
}
|
|
}],
|
|
>;
|