about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbit-aloo <sshourya17@gmail.com>2025-03-26 18:25:47 +0530
committerbit-aloo <sshourya17@gmail.com>2025-03-27 22:02:44 +0530
commit02444322c0ee0362ae01c35da5495c75232e72da (patch)
tree175986f9fa93f5e63cc69151ea509ee10872d80d /src
parenteaa0613e8d767ca7b6527a79e9bdf90e84bb17fa (diff)
downloadrust-02444322c0ee0362ae01c35da5495c75232e72da.tar.gz
rust-02444322c0ee0362ae01c35da5495c75232e72da.zip
add changeInfo to change tracker
Diffstat (limited to 'src')
-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 1a101b02f70..78887a42a00 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -390,4 +390,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Warning,
         summary: "The default configuration filename has changed from `config.toml` to `bootstrap.toml`. `config.toml` is deprecated but remains supported for backward compatibility.",
     },
+    ChangeInfo {
+        change_id: 138986,
+        severity: ChangeSeverity::Info,
+        summary: "You can now use `change_id = \"ignore\"` to suppress `change_id` warnings in the console.",
+    },
 ];