rust/tests/ui/parser/misspelled-keywords/while-without-identifiers.s...

9 lines
254 B
Plaintext

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