blob: adf8e779e0a043a58a9ace980b98b076be84bf50 [file] [log] [blame] [edit]
struct S;
fn main() {
let b = [0; S];
//~^ ERROR mismatched types
//~| expected `usize`, found `S`
}