2018-09-19 18:23:21 -05:00
|
|
|
error: expected iterable, found keyword `in`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/if-in-in.rs:2:14
|
2018-09-19 18:23:21 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | for i in in 1..2 {
|
2018-09-19 18:23:21 -05:00
|
|
|
| ---^^
|
|
|
|
| |
|
|
|
|
| help: remove the duplicated `in`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|