Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
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