Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
ui
/
parser
/
removed-syntax-closure-lifetime.stderr
blob: 63b6e138ce5f6cc29a9244d81f77138b8f4fcb45 [
file
] [
log
] [
blame
]
error
:
expected one of
`!`
,
`(`
,
`+`
,
`,`
,
`::`
,
`:`
,
`<`
,
`=`
,
or
`>`
,
found
`/`
-->
$DIR
/
removed
-
syntax
-
closure
-
lifetime
.
rs
:
1
:
22
|
LL
|
type closure
=
Box
<
lt
/
fn
()>;
|
^
expected one of
9
possible tokens
error
:
aborting due to previous error