about summary refs log tree commit diff
path: root/config.example.toml
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2023-12-18 15:54:10 +0300
committeronur-ozkan <work@onurozkan.dev>2023-12-18 15:54:10 +0300
commitce2eaa6325d9cc7e976be8f83097f07c5fb7941a (patch)
tree3be081e397d85e8c3c2f033a9dc0c4222f87f9e7 /config.example.toml
parent9d49eb76c47a139ef71da4ab56aa9aeca5f24913 (diff)
downloadrust-ce2eaa6325d9cc7e976be8f83097f07c5fb7941a.tar.gz
rust-ce2eaa6325d9cc7e976be8f83097f07c5fb7941a.zip
Comment out `change-id` in `config.example.toml`
This way, we only update CONFIG_CHANGE_HISTORY for major changes, which is
much simpler (and updating example.toml doesn't make much sense)

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml
index 14e0b9d521f..a7d4df545a6 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -29,8 +29,8 @@
 #  - A change in the default values
 #
 # If `change-id` does not match the version that is currently running,
-# `x.py` will prompt you to update it and check the related PR for more details.
-change-id = 118703
+# `x.py` will inform you about the changes made on bootstrap.
+# change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
 
 # =============================================================================
 # Tweaking how LLVM is compiled