Dario Nieuwenhuis e7a19a9725 macros/main: copy fn return to task.
This prevents this bad code from compiling.

```rust
async fn main(_spawner: Spawner) -> ! {
    // not really noreturn!
}
```
2023-03-08 02:03:39 +01:00
..
2022-06-12 22:22:31 +02:00
2023-03-08 02:03:39 +01:00
2022-06-12 21:45:38 +02:00