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