blob: 2ccf49d03152cf319b293954e0383d9752d88b3a [file] [log] [blame]
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