2023-09-22 08:58:43 -05:00
|
|
|
error[E0752]: `#[start]` function is not allowed to be `async`
|
2020-04-08 14:39:02 -05:00
|
|
|
--> $DIR/issue-68523-start.rs:6:1
|
|
|
|
|
|
|
|
|
LL | pub async fn start(_: isize, _: *const *const u8) -> isize {
|
2023-09-22 08:58:43 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `#[start]` is not allowed to be `async`
|
2020-04-08 14:39:02 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-04-08 14:39:02 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0752`.
|