Skip to content

Commit a5c95d6

Browse files
committed
Register change tracker warning for removal of ./x suggest
1 parent 2783fc4 commit a5c95d6

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
@@ -461,4 +461,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
461461
severity: ChangeSeverity::Warning,
462462
summary: "`download-rustc` has been temporarily disabled for the library profile due to implementation bugs (see #142505).",
463463
},
464+
ChangeInfo {
465+
change_id: 143630,
466+
severity: ChangeSeverity::Warning,
467+
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.",
468+
},
464469
];

0 commit comments

Comments
 (0)