pub fn generate<P: AsRef<Path>>(target_dir: P) -> Result<String>
Generates a rustc wrapper executable and returns its path.
rustc
See [crate::rustc_wrapper] module docs for motivation.
crate::rustc_wrapper