summary refs log tree commit diff
path: root/src/test/ui/parser/multitrait.stderr
blob: 2ccf49d03152cf319b293954e0383d9752d88b3a (plain)
1
2
3
4
5
6
7
8
error: expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `,`
  --> $DIR/multitrait.rs:17:9
   |
LL | impl Cmp, ToString for S {
   |         ^ expected one of 8 possible tokens here

error: aborting due to previous error