Skip to content

Commit c76477d

Browse files
committed
add change entry
Signed-off-by: onur-ozkan <[email protected]>
1 parent 56dddd4 commit c76477d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
190190
severity: ChangeSeverity::Warning,
191191
summary: "`rust.lld` has a new default value of `true` on `x86_64-unknown-linux-gnu`. Starting at stage1, `rust-lld` will thus be this target's default linker. No config changes should be necessary.",
192192
},
193+
ChangeInfo {
194+
change_id: 125535,
195+
severity: ChangeSeverity::Warning,
196+
summary: "Removed `dist.missing-tools` configuration as it was deprecated long time ago.",
197+
},
193198
];

0 commit comments

Comments
 (0)