about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/while-without-identifiers.stderr
blob: 121e39313148af7774dea37358d4bb9c5c923e71 (plain)
1
2
3
4
5
6
7
8
error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `2`
  --> $DIR/while-without-identifiers.rs:2:12
   |
LL |     whilee 2 > 1 {}
   |            ^ expected one of 8 possible tokens

error: aborting due to 1 previous error