Sign in
◑
Theme
rust
/
rust
/
7bb6510fc1899b008837a376a7fdf31b341cc1bb
/
.
/
tests
/
ui
/
parser
/
closure-return-syntax.stderr
blob: eb8428854afb93fc86193d4933fe9c9008066159 [
file
]
error
:
expected
`{`
,
found
`22`
-->
$DIR
/
closure
-
return
-
syntax
.
rs
:
5
:
23
|
LL
|
let
x
=
||
->
i32
22
;
|
^^
expected
`{`
|
help
:
try
placing
this
code inside a block
|
LL
|
let
x
=
||
->
i32
{
22
};
|
+
+
error
:
aborting due to
1
previous error