]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-41155.stderr
Auto merge of #69242 - cjgillot:object_violations, r=Zoxc
[rust.git] / src / test / ui / parser / issue-41155.stderr
1 error: expected one of `(`, `async`, `const`, `default`, `extern`, `fn`, `static`, `type`, `unsafe`, or identifier, found `}`
2   --> $DIR/issue-41155.rs:5:1
3    |
4 LL |     pub
5    |        - expected one of 10 possible tokens
6 LL | }
7    | ^ unexpected token
8
9 error: aborting due to previous error
10