Closed
Description
A local variable with a fixed-length array type with an excessively. This is true even if there's no initializer expression.
fn main() {
let x: [uint, ..18446744073709551615];
}
I haven't profiled to figure out what the compiler is actually doing. I also have no idea how long this actually runs for; I ended up killing rustc after about 30 seconds.