]> git.lizzy.rs Git - rust.git/blob - src/test/ui/async-await/no-async-const.stderr
Rollup merge of #82259 - osa1:issue82156, r=petrochenkov
[rust.git] / src / test / ui / async-await / no-async-const.stderr
1 error: expected one of `extern`, `fn`, or `unsafe`, found keyword `const`
2   --> $DIR/no-async-const.rs:4:11
3    |
4 LL | pub async const fn x() {}
5    |           ^^^^^ expected one of `extern`, `fn`, or `unsafe`
6
7 error: aborting due to previous error
8