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-08-17 15:04:59 +02:00
2022-11-23 13:54:59 +01:00