Skip to content

Commit 075cc49

Browse files
Hayden602Kobzol
andauthored
Update src/bootstrap/src/utils/change_tracker.rs
Co-authored-by: Jakub Beránek <[email protected]>
1 parent b5ebe58 commit 075cc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
549549
ChangeInfo {
550550
change_id: 146458,
551551
severity: ChangeSeverity::Info,
552-
summary: "Set the number of threads for the compiler frontend used during rustc compilation (passed to `-Zthreads`).",
552+
summary: "There is now a bootstrap option called `rust.parallel-frontend-threads`, which can be used to set the number of threads for the compiler frontend used during compilation of Rust code.",
553553
},
554554
];

0 commit comments

Comments
 (0)