Skip to content

Commit 94e6156

Browse files
authored
Rollup merge of #119294 - jyn514:configure-change-id, r=onur-ozkan
fix `./configure --set change-id` the logic for this is kinda hacky and treats whitespace as significant https://github.com/rust-lang/rust/blob/d1e26401bc70a58e6daf1816d542be4573bbab84/src/bootstrap/configure.py#L485-L491 r? `@onur-ozkan`
2 parents 5e5b2c7 + 0e88874 commit 94e6156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.example.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
# If `change-id` does not match the version that is currently running,
3232
# `x.py` will inform you about the changes made on bootstrap.
33-
# change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
33+
#change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
3434

3535
# =============================================================================
3636
# Tweaking how LLVM is compiled

0 commit comments

Comments
 (0)