blob: 07eafdde9071a7d60174783ba08c6171d405da75 [file] [log] [blame]
error: expected one of `async`, `const`, `extern`, `fn`, `type`, `unsafe`, or `}`, found `...`
--> $DIR/issue-32446.rs:4:11
|
LL | trait T { ... } //~ ERROR
| ^^^ expected one of 7 possible tokens here
error: aborting due to previous error