Skip to content

Commit cc7bd29

Browse files
committed
Fix change-tracker entry for 147046
1 parent 848e674 commit cc7bd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
557557
summary: "New option `build.windows-rc` that will override which resource compiler on Windows will be used to compile Rust.",
558558
},
559559
ChangeInfo {
560-
change_id: 99999,
560+
change_id: 147046,
561561
severity: ChangeSeverity::Warning,
562562
summary: "The `rust.use-lld` option has been renamed to `rust.bootstrap-override-lld`. Note that it only serves for overriding the linker used when building Rust code in bootstrap to be LLD.",
563563
},

0 commit comments

Comments
 (0)