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

11 lines
318 B
Plaintext
Raw Normal View History

2018-07-03 12:38:14 -05:00
error: expected one of `(`, `async`, `const`, `default`, `existential`, `extern`, `fn`, `type`, or `unsafe`, found `}`
--> $DIR/issue-41155.rs:15:1
|
2018-02-22 18:42:32 -06:00
LL | pub
2018-07-03 12:38:14 -05:00
| - expected one of 9 possible tokens here
2018-02-22 18:42:32 -06:00
LL | } //~ ERROR expected one of
| ^ unexpected token
error: aborting due to previous error