summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/if-in-in.stderr
blob: 6117370c0ce68401cc4f3d2a90bc37a3b73339ef (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 1 previous error