We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb29a1d commit 515d810Copy full SHA for 515d810
src/bootstrap/src/core/builder/cargo.rs
@@ -682,7 +682,7 @@ impl Builder<'_> {
682
683
// Add parallel frontend threads configuration
684
if let Some(threads) = self.config.rust_parallel_frontend_threads {
685
- rustflags.arg(&format!("-Zthreads={}", threads));
+ rustflags.arg(&format!("-Zthreads={threads}"));
686
}
687
688
for (restricted_mode, name, values) in EXTRA_CHECK_CFGS {
0 commit comments