use std::{env::args, process::exit}; fn main() { eprintln!("cargo stub called with {:?}", args()); exit(1); }