1error: Entry function must have no ABI modifier 2 --> tests/ui/fail/entry_bad_abi.rs:6:1 3 | 46 | extern "C" fn main() -> Status { 5 | ^^^^^^ 6