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