summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/if-in-in.stderr
blob: 0e69bc4b2ce53b6cdcd79f25998033dbf40c49b9 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected iterable, found keyword `in`
  --> $DIR/if-in-in.rs:4:14
   |
LL |     for i in in 1..2 {
   |           ---^^
   |           |
   |           help: remove the duplicated `in`

error: aborting due to previous error