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 b8d7bec commit c599760Copy full SHA for c599760
src/bootstrap/src/utils/change_tracker.rs
@@ -476,4 +476,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
476
severity: ChangeSeverity::Info,
477
summary: "Option `tool.TOOL_NAME.features` now works on any subcommand, not just `build`.",
478
},
479
+ ChangeInfo {
480
+ change_id: 143926,
481
+ severity: ChangeSeverity::Warning,
482
+ summary: "Removed `rust.description` and `llvm.ccache` as it was deprecated in #137723 and #136941 long time ago.",
483
+ },
484
];
0 commit comments