Skip to content

Commit 648f7c0

Browse files
committed
update change tracking with warning on removal of fields.
1 parent 9085c17 commit 648f7c0

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
@@ -471,4 +471,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
471471
severity: ChangeSeverity::Info,
472472
summary: "A --compile-time-deps flag has been added to reduce the time it takes rust-analyzer to start",
473473
},
474+
ChangeInfo {
475+
change_id: 143926,
476+
severity: ChangeSeverity::Warning,
477+
summary: "Removed `rust.description` and `llvm.ccache` as it was deprecated in #137723 and #136941 long time ago.",
478+
},
474479
];

0 commit comments

Comments
 (0)