2020-01-30 13:02:06 +01:00
|
|
|
error: functions cannot be both `const` and `async`
|
2020-03-06 10:55:21 -08:00
|
|
|
--> $DIR/no-const-async.rs:4:5
|
2019-06-24 17:48:21 -07:00
|
|
|
|
|
|
|
|
LL | pub const async fn x() {}
|
2020-03-06 10:55:21 -08:00
|
|
|
| ----^^^^^-^^^^^----------
|
2020-01-30 13:02:06 +01:00
|
|
|
| | |
|
|
|
|
| | `async` because of this
|
|
|
|
| `const` because of this
|
2019-06-24 17:48:21 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-06-24 17:48:21 -07:00
|
|
|
|