2020-09-07 22:27:00 +08:00
|
|
|
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`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-09-07 22:27:00 +08:00
|
|
|
|