summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-76437-async.stderr
blob: 2c9c2a8cfba9ba0f2598989fad4afcb09e4fce80 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: expected one of `extern`, `fn`, or `unsafe`, found keyword `pub`
  --> $DIR/issue-76437-async.rs:4:11
   |
LL |     async pub fn t() {}
   |     ------^^^
   |     |     |
   |     |     expected one of `extern`, `fn`, or `unsafe`
   |     help: visibility `pub` must come before `async`: `pub async`

error: aborting due to previous error