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 5e032e5 commit 973dfc9Copy full SHA for 973dfc9
src/bootstrap/src/utils/change_tracker.rs
@@ -220,4 +220,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
220
severity: ChangeSeverity::Warning,
221
summary: "For tarball sources, default value for `rust.channel` will be taken from `src/ci/channel` file.",
222
},
223
+ ChangeInfo {
224
+ change_id: 125642,
225
+ severity: ChangeSeverity::Info,
226
+ summary: "New option `llvm-libzstd` to control whether llvm is built with zstd support.",
227
+ },
228
];
0 commit comments