mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-03 01:08:18 +00:00
7 lines
125 B
Rust
7 lines
125 B
Rust
struct Bug<A = [(); (let a = (), 1).1]> {
|
|
//~^ ERROR expected expression, found `let` statement
|
|
a: A
|
|
}
|
|
|
|
fn main() {}
|