generate

Function generate 

Source
pub fn generate<P: AsRef<Path>>(target_dir: P) -> Result<String>
Expand description

Generates a rustc wrapper executable and returns its path.

See [crate::rustc_wrapper] module docs for motivation.