about summary refs log tree commit diff
path: root/src/test/ui/parser/multitrait.stderr
blob: 61dbc823848735211a660cfd780584730abe8f61 (plain)
1
2
3
4
5
6
7
8
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 here

error: aborting due to previous error