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 9085c17 commit 648f7c0Copy full SHA for 648f7c0
src/bootstrap/src/utils/change_tracker.rs
@@ -471,4 +471,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
471
severity: ChangeSeverity::Info,
472
summary: "A --compile-time-deps flag has been added to reduce the time it takes rust-analyzer to start",
473
},
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
+ },
479
];
0 commit comments