diff options
| author | Maksim Bondarenkov <119937608+ognevny@users.noreply.github.com> | 2025-07-25 23:21:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-25 23:21:24 +0300 |
| commit | e01753d312ca86193bde4da83c6ee044036af40c (patch) | |
| tree | 1c902269b08be40171d87b76e78a17016c6a0148 | |
| parent | a955f1cd09a027363729ceed919952d09f76f28e (diff) | |
| download | rust-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.rs | 2 |
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, |
