Skip to content

Commit 306928f

Browse files
committed
update change tracking with warning on removal of fields.
1 parent 76967af commit 306928f

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
@@ -481,4 +481,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
481481
severity: ChangeSeverity::Warning,
482482
summary: "The current `./x suggest` implementation has been removed due to it being quite broken and a lack of maintenance bandwidth, with no prejudice against re-implementing it in a more maintainable form.",
483483
},
484+
ChangeInfo {
485+
change_id: 143926,
486+
severity: ChangeSeverity::Warning,
487+
summary: "Removed `rust.description` and `llvm.ccache` as it was deprecated in #137723 and #136941 long time ago.",
488+
},
484489
];

0 commit comments

Comments
 (0)