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

error: aborting due to previous error