summary refs log tree commit diff
path: root/src/test/ui/parser/issue-41155.stderr
blob: ac75829f2e3554967bbdd7c62bb6e5e92c779d03 (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 | } //~ ERROR expected one of
   | ^ unexpected token

error: aborting due to previous error