Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-57198.stderr
blob: dca0d3ea486320519799086532b80a3adec90805 [
file
] [
log
] [
blame
] [
edit
]
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
1
previous error