1
Fork 0
rust/src/test/ui/parser/if-in-in.stderr

11 lines
232 B
Text
Raw Normal View History

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