in xtask/src/main.rs [9:14]
fn main() { if let Err(e) = try_main() { eprintln!("{}", e); std::process::exit(-1); } }