summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-76437-const-async.stderr
blob: a9acccdce182416e0edee6fc4bb83dfcce29c7fb (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-const-async.rs:4:17
   |
LL |     const async pub fn t() {}
   |     ------------^^^
   |     |           |
   |     |           expected one of `extern`, `fn`, or `unsafe`
   |     help: visibility `pub` must come before `const async`: `pub const async`

error: aborting due to 1 previous error