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

11 lines
294 B
Plaintext
Raw Normal View History

2020-02-14 18:50:26 -06:00
error: expected one of `(`, `async`, `const`, `default`, `extern`, `fn`, `static`, `type`, `unsafe`, or identifier, found `}`
2018-12-25 09:56:47 -06:00
--> $DIR/issue-41155.rs:5:1
|
2018-02-22 18:42:32 -06:00
LL | pub
2020-02-14 18:50:26 -06:00
| - expected one of 10 possible tokens
2019-03-09 06:03:44 -06:00
LL | }
| ^ unexpected token
error: aborting due to previous error