Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
parser
/
issues
/
issue-57198.stderr
blob: dd70b40224ceff239c1daef93682edd6089a262a [
file
]
error
:
expected identifier
,
found keyword
`for`
-->
$DIR
/
issue
-
57198.rs
:
6
:
8
|
LL
|
m
::
for
();
|
^^^
expected identifier
,
found keyword
|
help
:
escape
`for`
to
use
it
as
an identifier
|
LL
|
m
::
r
#for();
|
++
error
:
aborting due to previous error