about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2024-11-19 19:04:45 +0800
committerJieyou Xu <jieyouxu@outlook.com>2024-11-19 20:01:13 +0800
commitfcfb782a7582fc5f2264c2bcb67e6ffe6ea4a0e2 (patch)
treedfe44617322660eb6b269e4d26446061079ca6c6 /src/bootstrap
parent38f0c099b2e684ea689633eb424d8737a1063a5e (diff)
downloadrust-fcfb782a7582fc5f2264c2bcb67e6ffe6ea4a0e2.tar.gz
rust-fcfb782a7582fc5f2264c2bcb67e6ffe6ea4a0e2.zip
Register change info
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/utils/change_tracker.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs
index 1d05f94e3be..7f62ffb20db 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -300,4 +300,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Info,
         summary: "`download-rustc='if-unchanged'` is now a default option for library profile.",
     },
+    ChangeInfo {
+        change_id: 133207,
+        severity: ChangeSeverity::Info,
+        summary: "`rust.llvm-tools` is now enabled by default when no `config.toml` is provided.",
+    },
 ];