Skip to content

Commit 75c5c36

Browse files
committed
Add change tracker entry
1 parent 2734783 commit 75c5c36

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
@@ -501,4 +501,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
501501
severity: ChangeSeverity::Warning,
502502
summary: "The names of stageN directories in the build directory have been consolidated with the new (post-stage-0-redesign) staging scheme. Some tools and binaries might be located in a different build directory than before.",
503503
},
504+
ChangeInfo {
505+
change_id: 145131,
506+
severity: ChangeSeverity::Warning,
507+
summary: "It is no longer possible to `x clippy` with stage 0. All clippy commands have to be on stage 1+.",
508+
},
504509
];

0 commit comments

Comments
 (0)