rust/src/test/ui/parser/multitrait.stderr

9 lines
243 B
Plaintext
Raw Normal View History

2018-10-20 20:36:17 +00:00
error: expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `,`
2018-12-25 15:56:47 +00:00
--> $DIR/multitrait.rs:7:9
2018-10-20 20:36:17 +00:00
|
LL | impl Cmp, ToString for S {
| ^ expected one of 8 possible tokens here
error: aborting due to previous error