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

9 lines
295 B
Plaintext
Raw Normal View History

2020-02-14 18:50:26 -06:00
error: expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `static`, `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 { ... }
2020-02-14 18:50:26 -06:00
| ^^^ expected one of 12 possible tokens
2018-10-20 15:36:17 -05:00
error: aborting due to previous error