Searched defs:rustc (Results 1 – 1 of 1) sorted by relevance
85 rustc: PathBuf, field156 let rustc = env::var_os("RUSTC").unwrap_or_else(|| "rustc".into()); in with_dir() localVariable157 let rustc: PathBuf = rustc.into(); in with_dir() localVariable