Skip to content

Commit 840588e

Browse files
authored
Unrolled build for #144463
Rollup merge of #144463 - ognevny:change-tracker-typo, r=Kobzol change_tracker: fix a typo there is no `llvm.lld` option r? `@Kobzol`
2 parents 8708f3c + e01753d commit 840588e

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
@@ -439,7 +439,7 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
439439
ChangeInfo {
440440
change_id: 143255,
441441
severity: ChangeSeverity::Warning,
442-
summary: "`llvm.lld` is no longer enabled by default for the dist profile.",
442+
summary: "`rust.lld` is no longer enabled by default for the dist profile.",
443443
},
444444
ChangeInfo {
445445
change_id: 143251,

0 commit comments

Comments
 (0)