blob: 1358e0bde4c8248e9c6f40587ac0fb4a4ac487c4 [file] [log] [blame]
fn main() {
Vec::<[(); 1 + for x in 0..1 {}]>::new();
//~^ ERROR cannot add
}