blob: 7ed822a5cd5a19338b00cb4b48c8f27df08c1da6 [file] [log] [blame]
error: expected identifier, found keyword `async`
--> $DIR/no-const-async.rs:5:11
|
LL | pub const async fn x() {}
| ^^^^^ expected identifier, found keyword
error: expected `:`, found keyword `fn`
--> $DIR/no-const-async.rs:5:17
|
LL | pub const async fn x() {}
| ^^ expected `:`
error: aborting due to 2 previous errors