about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2025-09-28 17:17:44 +1000
committerZalathar <Zalathar@users.noreply.github.com>2025-09-28 17:18:07 +1000
commitcc7bd291cdd76f1e1ef83223ec7bec4077646ac7 (patch)
tree6de90803ff892577ab2bf47df00d1ca53f611a53 /src/bootstrap
parent848e6746fe03dfd703075c5077312b63877d51d6 (diff)
downloadrust-cc7bd291cdd76f1e1ef83223ec7bec4077646ac7.tar.gz
rust-cc7bd291cdd76f1e1ef83223ec7bec4077646ac7.zip
Fix change-tracker entry for 147046
Diffstat (limited to 'src/bootstrap')
-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 f311c84bec9..0123bd6340e 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -557,7 +557,7 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         summary: "New option `build.windows-rc` that will override which resource compiler on Windows will be used to compile Rust.",
     },
     ChangeInfo {
-        change_id: 99999,
+        change_id: 147046,
         severity: ChangeSeverity::Warning,
         summary: "The `rust.use-lld` option has been renamed to `rust.bootstrap-override-lld`. Note that it only serves for overriding the linker used when building Rust code in bootstrap to be LLD.",
     },