Closed
Description
After some refactoring of quite a large code base I accidentally ended up with code similar to this:
for i in 0..a as {
...
}
Which fails with an error at compile time, but no error message nor line indication whatsoever.
Steps to reproduce: https://play.rust-lang.org/?gist=292a681d9c575bf728805b0c24e4e25a&version=stable&backtrace=0