Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
parser
/
misspelled-keywords
/
while-without-identifiers.stderr
blob: 121e39313148af7774dea37358d4bb9c5c923e71 [
file
] [
log
] [
blame
]
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