blob: e324a77187ab6c71cf43652a5a4c55fc75c6d761 [file] [log] [blame]
error: expected one of `extern`, `fn`, or `unsafe`, found keyword `const`
--> $DIR/no-async-const.rs:4:11
|
LL | pub async const fn x() {}
| ^^^^^ expected one of `extern`, `fn`, or `unsafe`
error: aborting due to previous error