Home
last modified time | relevance | path

Searched refs:rustc_parallel (Results 1 – 2 of 2) sorted by last modified time

/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dconfig.rs136 pub rustc_parallel: bool, field
899 config.rustc_parallel = rust.parallel_compiler.unwrap_or(false); in parse()
H A Dcompile.rs678 if builder.config.rustc_parallel { in rustc_cargo_env()