Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
parser
/
impl-on-unsized-typo.stderr
blob: 62e0d085e275cd7c3e70b69b911218bb8698d2f9 [
file
] [
log
] [
blame
]
error
:
expected one of
`,`
,
`:`
,
`=`
,
or
`>`
,
found
`?`
-->
$DIR
/
impl
-
on
-
unsized
-
typo
.
rs
:
3
:
8
|
LL
|
impl
<
T
?
Sized
>
Tr
for
T
{}
|
^
expected one of
`,`
,
`:`
,
`=`
,
or
`>`
error
:
aborting due to
1
previous error