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

error: aborting due to previous error