rust/src/test/ui/parser/issue-32446.stderr

9 lines
260 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `async`, `const`, `extern`, `fn`, `type`, `unsafe`, or `}`, found `...`
2018-12-25 09:56:47 -06:00
--> $DIR/issue-32446.rs:6:11
2018-10-20 15:36:17 -05:00
|
LL | trait T { ... } //~ ERROR
| ^^^ expected one of 7 possible tokens here
error: aborting due to previous error