We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfe632 commit ea769dbCopy full SHA for ea769db
1 file changed
src/bootstrap/src/utils/change_tracker.rs
@@ -86,4 +86,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
86
severity: ChangeSeverity::Info,
87
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
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
+ },
94
];
0 commit comments