summary refs log tree commit diff
path: root/src/test/ui/parser/issue-41155.stderr
blob: 624d1a3d11ebd479dcb38ac4c977b17d3b6b8d19 (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 here
LL | }
   | ^ unexpected token

error: aborting due to previous error