about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaksim Bondarenkov <119937608+ognevny@users.noreply.github.com>2025-07-25 23:21:24 +0300
committerGitHub <noreply@github.com>2025-07-25 23:21:24 +0300
commite01753d312ca86193bde4da83c6ee044036af40c (patch)
tree1c902269b08be40171d87b76e78a17016c6a0148
parenta955f1cd09a027363729ceed919952d09f76f28e (diff)
downloadrust-e01753d312ca86193bde4da83c6ee044036af40c.tar.gz
rust-e01753d312ca86193bde4da83c6ee044036af40c.zip
change_tracker: fix a typo
there is no `llvm.lld` option
-rw-r--r--src/bootstrap/src/utils/change_tracker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs
index f802640a42d..4b0c4821364 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -439,7 +439,7 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
     ChangeInfo {
         change_id: 143255,
         severity: ChangeSeverity::Warning,
-        summary: "`llvm.lld` is no longer enabled by default for the dist profile.",
+        summary: "`rust.lld` is no longer enabled by default for the dist profile.",
     },
     ChangeInfo {
         change_id: 143251,