Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-24780.stderr
blob: d9470191b25a46c2aa062ee09fbe08276cb83708 [
file
] [
log
] [
blame
]
error
:
expected one of
`!`
,
`+`
,
`::`
,
`where`
,
or
`{`
,
found
`>`
-->
$DIR
/
issue
-
24780.rs
:
5
:
23
|
LL
|
fn foo
()
->
Vec
<usize>
>
{
|
^
expected one of
`!`
,
`+`
,
`::`
,
`where`
,
or
`{`
error
:
aborting due to previous error