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