11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
error: expected one of `(`, `async`, `const`, `default`, `existential`, `extern`, `fn`, `type`, or `unsafe`, found `}`
|
|
--> $DIR/issue-41155.rs:5:1
|
|
|
|
|
LL | pub
|
|
| - expected one of 9 possible tokens here
|
|
LL | } //~ ERROR expected one of
|
|
| ^ unexpected token
|
|
|
|
error: aborting due to previous error
|
|
|