You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, std::process::ExitCode::FAILURE is returned from main() if anything goes wrong. It would be a simple and useful enhancement to establish a list of different codes that carry the information about why the program failed.