Skip to content

Commit c599760

Browse files
committed
update change tracking with warning on removal of fields.
1 parent b8d7bec commit c599760

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,4 +476,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
476476
severity: ChangeSeverity::Info,
477477
summary: "Option `tool.TOOL_NAME.features` now works on any subcommand, not just `build`.",
478478
},
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+
},
479484
];

0 commit comments

Comments
 (0)