9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
|
error: expected one of `async`, `const`, `extern`, `fn`, `type`, `unsafe`, or `}`, found `...`
|
||
|
--> $DIR/issue-32446.rs:16:11
|
||
|
|
|
||
|
LL | trait T { ... } //~ ERROR
|
||
|
| ^^^ expected one of 7 possible tokens here
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|