Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
parser
/
removed-syntax-field-let.stderr
blob: 10be2e045b2b883f9626bd18e247442b4d060a7b [
file
]
error
:
expected identifier
,
found keyword
`let`
-->
$DIR
/
removed
-
syntax
-
field
-
let
.
rs
:
2
:
5
|
LL
|
let
foo
:
(),
|
^^^
expected identifier
,
found keyword
error
:
aborting due to previous error