Closed
Description
Beginners are often confused by the error message
error: `for` loop expression has type `[<generic integer #0>, .. 3]` which does not implement the `Iterator` trait
Perhaps if there's an iter()
method we should suggest calling it. This involves hardcoding the name "iter", but only for the purposes of a hint that can be wrong sometimes.