7 lines
97 B
Rust
7 lines
97 B
Rust
// Used to cause ICE
|
|
|
|
static VEC: [u32; 256] = vec![];
|
|
//~^ ERROR mismatched types
|
|
|
|
fn main() {}
|