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

9 lines
285 B
Plaintext
Raw Normal View History

error: expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, `unsafe`, `}`, or identifier, found `...`
--> $DIR/issue-32446.rs:4:11
2018-10-20 15:36:17 -05:00
|
2019-03-09 06:03:44 -06:00
LL | trait T { ... }
| ^^^ expected one of 11 possible tokens
2018-10-20 15:36:17 -05:00
error: aborting due to previous error