Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
bounds-lifetime-2.stderr
blob: dd3e69c11396d0d31b1ded62b4d0db6f7df193dc [
file
] [
log
] [
blame
]
error
:
expected one of
`,`
,
`:`
,
or
`>`
,
found
`+`
-->
$DIR
/
bounds
-
lifetime
-
2.rs
:
1
:
17
|
LL
|
type A
=
for
<
'a + '
b
>
fn
();
|
^
expected one of
`,`
,
`:`
,
or
`>`
error
:
aborting due to previous error