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
test.rs:1:17: 1:31 error: type `int` does not implement any method in scope named `times`
test.rs:1 fn sub(i: int) { for i.times {} }
^~~~~~~~~~~~~~
error: aborting due to previous error
This works in master(2372d2c) but is broken in incoming(42b462e).