Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
parser
/
multitrait.stderr
blob: 5a8bb2f7a457ced3ac844005cb055e1e0370d4e8 [
file
]
error
:
expected one of
`!`
,
`(`
,
`+`
,
`::`
,
`<`
,
`for`
,
`where`
,
or
`{`
,
found
`,`
-->
$DIR
/
multitrait
.
rs
:
5
:
9
|
LL
|
impl
Cmp
,
ToString
for
S
{
|
^
expected one of
8
possible tokens
error
:
aborting due to previous error