about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-86895.stderr
blob: 14183ee0a5cf5a180129d06b5289771f6e6f6601 (plain)
1
2
3
4
5
6
7
8
error: expected one of `async`, `extern`, `fn`, `safe`, or `unsafe`, found keyword `pub`
  --> $DIR/issue-86895.rs:1:7
   |
LL | const pub () {}
   |       ^^^ expected one of `async`, `extern`, `fn`, `safe`, or `unsafe`

error: aborting due to 1 previous error