Home
last modified time | relevance | path

Searched defs:download_rustc (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/bootstrap/
Dconfig.rs1645 let download_rustc = config.download_rustc_commit.is_some(); in parse_inner() localVariable
1846 pub(crate) fn download_rustc(&self) -> bool { in download_rustc() function