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
<anon>:2:15: 2:17 error: `for` loop expression does not implement the `Iterator` trait
<anon>:2 for _c in 1i {}
^~
error: aborting due to previous error
It would be nice if this mentioned the type (e.g. "for loop expression has type int, which does not implement the Iterator trait").