Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f
/
.
/
src
/
test
/
ui
/
parser
/
lifetime-semicolon.stderr
blob: 2ce6d5d6cf3489d1857860c705283da2b82754bc [
file
] [
log
] [
blame
]
error
:
expected one of
`,`
or
`>`
,
found
`;`
-->
$DIR
/
lifetime
-
semicolon
.
rs
:
17
:
30
|
LL
|
fn foo
<
'a, '
b
>(
x
:
&
mut
Foo
<
'a; '
b
>)
{}
|
^
expected one of
`,`
or
`>`
here
error
:
aborting due to previous error