2023-09-26 11:02:05 -05:00
|
|
|
error: functions cannot be both `const` and `async`
|
|
|
|
--> $DIR/const-async-fn-in-main.rs:5:5
|
|
|
|
|
|
|
|
|
LL | const async fn a() {}
|
|
|
|
| ^^^^^-^^^^^----------
|
|
|
|
| | |
|
|
|
|
| | `async` because of this
|
|
|
|
| `const` because of this
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-09-26 11:02:05 -05:00
|
|
|
|