Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
parser
/
bounds-lifetime.stderr
blob: e47a21d892b2f745a68e92e7bb3982409d9a1d6f [
file
]
error
:
expected one of
`#`
,
`>`
,
`const`
,
identifier
,
or
lifetime
,
found
`,`
-->
$DIR
/
bounds
-
lifetime
.
rs
:
9
:
14
|
LL
|
type A
=
for
<,>
fn
();
|
^
expected one of
`#`
,
`>`
,
`const`
,
identifier
,
or
lifetime
error
:
aborting due to previous error