Add change tracker entry · rust-lang/rust@ea769db (original) (raw)

Original file line number Diff line number Diff line change
@@ -86,4 +86,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
86 86 severity: ChangeSeverity::Info,
87 87 summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
88 88 },
89 +ChangeInfo {
90 +change_id: 116278,
91 +severity: ChangeSeverity::Info,
92 +summary: "The `rust.use-lld` configuration now has different options ('external'/true or 'self-contained'), and its behaviour has changed.",
93 +},
89 94 ];