rust/src/test/ui/parser/issue-41155.stderr
2018-12-25 21:08:33 -07:00

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