Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
keyword-in-as-identifier.stderr
blob: 12fc0479f7067d2a55b251785e0ea08bebb84695 [
file
] [
log
] [
blame
]
error
:
expected pattern
,
found keyword
`in`
-->
$DIR
/
keyword
-
in
-
as
-
identifier
.
rs
:
4
:
9
|
LL
|
let
in
=
"foo"
;
|
^^
expected pattern
error
:
aborting due to
1
previous error