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