blob: 70256a59231fb799b0fa6bd87146a9029875caad [file] [log] [blame]
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