We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d0b16 commit 707d4b7Copy full SHA for 707d4b7
src/bootstrap/src/utils/change_tracker.rs
@@ -375,4 +375,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
375
severity: ChangeSeverity::Info,
376
summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
377
},
378
+ ChangeInfo {
379
+ change_id: 126856,
380
+ severity: ChangeSeverity::Warning,
381
+ summary: "Removed `src/tools/rls` tool as it was deprecated long time ago.",
382
+ },
383
];
0 commit comments