mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
10 lines
151 B
Rust
10 lines
151 B
Rust
struct Bug<S>{
|
|
A: [(); {
|
|
let x: [u8; Self::W] = [0; Self::W];
|
|
F
|
|
}
|
|
}
|
|
//~^ ERROR mismatched closing delimiter: `}`
|
|
|
|
fn main() {}
|