about summary refs log tree commit diff
path: root/bootstrap.example.toml
diff options
context:
space:
mode:
authorbit-aloo <sshourya17@gmail.com>2025-03-27 23:10:30 +0530
committerbit-aloo <sshourya17@gmail.com>2025-03-28 08:40:24 +0530
commitb24083bccc15a55d8488fee8ee629689c5039ded (patch)
treeec08d9ab3b3e1fb5f97e1556dcf33eaff58b4722 /bootstrap.example.toml
parent02444322c0ee0362ae01c35da5495c75232e72da (diff)
downloadrust-b24083bccc15a55d8488fee8ee629689c5039ded.tar.gz
rust-b24083bccc15a55d8488fee8ee629689c5039ded.zip
Add new change-id option in bootstrap.example.toml and update the change-id description references
Diffstat (limited to 'bootstrap.example.toml')
-rw-r--r--bootstrap.example.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap.example.toml b/bootstrap.example.toml
index caffe1a9371..2a98821f225 100644
--- a/bootstrap.example.toml
+++ b/bootstrap.example.toml
@@ -28,8 +28,9 @@
 #  - A new option
 #  - A change in the default values
 #
-# If `change-id` does not match the version that is currently running,
-# `x.py` will inform you about the changes made on bootstrap.
+# If the change-id does not match the version currently in use, x.py will 
+# display the changes made to the bootstrap.
+# To suppress these warnings, you can set change-id = "ignore".
 #change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
 
 # =============================================================================