rust/src/test/ui/token/issue-41155.stderr

11 lines
268 B
Plaintext
Raw Normal View History

error: expected one of `(`, `const`, `default`, `extern`, `fn`, `type`, or `unsafe`, found `}`
--> $DIR/issue-41155.rs:13:1
|
12 | pub
| - expected one of 7 possible tokens here
13 | }
| ^ unexpected token
error: aborting due to previous error