summary refs log tree commit diff
path: root/src/test/ui/parser/issue-41155.stderr
blob: 0e191eb7e0a0459ed0b41d61c5a3957c87a695ea (plain)
1
2
3
4
5
6
7
8
9
10
error: expected one of `(`, `async`, `const`, `default`, `extern`, `fn`, `type`, or `unsafe`, found `}`
  --> $DIR/issue-41155.rs:5:1
   |
LL |     pub
   |        - expected one of 8 possible tokens
LL | }
   | ^ unexpected token

error: aborting due to previous error