]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/issues/issue-76437-async.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / issues / issue-76437-async.stderr
1 error: expected one of `extern`, `fn`, or `unsafe`, found keyword `pub`
2 --> $DIR/issue-76437-async.rs:4:11
3 |
4 LL | async pub fn t() {}
5 | ------^^^
6 | | |
7 | | expected one of `extern`, `fn`, or `unsafe`
8 | help: visibility `pub` must come before `async`: `pub async`
9
10 error: aborting due to previous error
11