blob: 70256a59231fb799b0fa6bd87146a9029875caad (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `async`, `const`, `crate`, `extern`, `fn`, `pub`, `type`, `unsafe`, or `}`, found `...`
--> $DIR/issue-32446.rs:4:11
|
LL | trait T { ... }
| ^^^ expected one of 9 possible tokens
error: aborting due to previous error
|