Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
multitrait.stderr
blob: 6100f64e3ecd80723e1ac825e7686405aa646d6a [
file
] [
log
] [
blame
] [
edit
]
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