You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A local variable with a fixed-length array type with an excessively. This is true even if there's no initializer expression.
fnmain(){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.