diff options
| author | jyn <github@jyn.dev> | 2023-12-25 07:57:13 -0500 |
|---|---|---|
| committer | jyn <github@jyn.dev> | 2023-12-25 08:04:00 -0500 |
| commit | 0e88874292736719d156798015e3272e5ea6e7cd (patch) | |
| tree | ae35ba492c8d62c72793a6a92503520e31b704b1 /config.example.toml | |
| parent | f2348fb29a49d1bd4b62531a36c685f1961a8f46 (diff) | |
| download | rust-0e88874292736719d156798015e3272e5ea6e7cd.tar.gz rust-0e88874292736719d156798015e3272e5ea6e7cd.zip | |
fix `./configure --set change-id`
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index 4cf7c1e8199..dacc61a3e4c 100644 --- a/config.example.toml +++ b/config.example.toml @@ -30,7 +30,7 @@ # # If `change-id` does not match the version that is currently running, # `x.py` will inform you about the changes made on bootstrap. -# change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs> +#change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs> # ============================================================================= # Tweaking how LLVM is compiled |
