blob: 29095f3c4d2aa98bc00c927580e6d36886c8d8c6 [file] [log] [blame] [edit]
error: functions cannot be both `const` and `async`
--> $DIR/no-const-async.rs:4:5
|
LL | pub const async fn x() {}
| ----^^^^^-^^^^^----------
| | |
| | `async` because of this
| `const` because of this
error: aborting due to 1 previous error