pub fn wrapper_main() -> Option<i32>Expand description
Run as a Cargo rustc wrapper when the invoking cargo configured us as one.
Returns Some(exit_code) in wrapper mode; the caller should exit the
process with it. None means this is an ordinary CLI invocation.