blob: bd646d7ce8c3ae4bd24a05a332873b2de84a7718 [file] [log] [blame]
error: missing `in` in `for` loop
--> $DIR/issue-40782.rs:12:10
|
LL | for i 0..2 { //~ ERROR missing `in`
| ^ help: try adding `in` here
error: aborting due to previous error