diff options
| author | bit-aloo <sshourya17@gmail.com> | 2025-07-14 21:08:03 +0530 |
|---|---|---|
| committer | bit-aloo <sshourya17@gmail.com> | 2025-07-15 22:05:00 +0530 |
| commit | 306928fc11a7c7805cce78660aa41347476393ca (patch) | |
| tree | 516f7573807935da467628442fb15a7adf93f41e /src/bootstrap | |
| parent | 76967afd3bd491be8ac99f972bd79a7028852344 (diff) | |
| download | rust-306928fc11a7c7805cce78660aa41347476393ca.tar.gz rust-306928fc11a7c7805cce78660aa41347476393ca.zip | |
update change tracking with warning on removal of fields.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/utils/change_tracker.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs index d888a7863bc..f802640a42d 100644 --- a/src/bootstrap/src/utils/change_tracker.rs +++ b/src/bootstrap/src/utils/change_tracker.rs @@ -481,4 +481,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[ severity: ChangeSeverity::Warning, 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.", }, + ChangeInfo { + change_id: 143926, + severity: ChangeSeverity::Warning, + summary: "Removed `rust.description` and `llvm.ccache` as it was deprecated in #137723 and #136941 long time ago.", + }, ]; |
