1error: Entry function should not be async 2 --> tests/ui/fail/entry_bad_async.rs:6:1 3 | 46 | async fn main() -> Status { 5 | ^^^^^ 6