Sign in
rust
/
rust
/
2b0cce040dc698332f3602db3dc7b7e5cf352b59
/
.
/
tests
/
ui
/
parser
/
multitrait.stderr
blob: 6100f64e3ecd80723e1ac825e7686405aa646d6a [
file
] [
log
] [
blame
]
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
1
previous error