Skip to content

Commit 831aa56

Browse files
committed
Add change tracker entry
1 parent 41ee48c commit 831aa56

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
@@ -506,4 +506,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
506506
severity: ChangeSeverity::Warning,
507507
summary: "It is no longer possible to `x clippy` with stage 0. All clippy commands have to be on stage 1+.",
508508
},
509+
ChangeInfo {
510+
change_id: 145663,
511+
severity: ChangeSeverity::Warning,
512+
summary: "It is no longer possible to `x test` with stage 0, except for running compiletest and opting into `build.compiletest-allow-stage0`",
513+
},
509514
];

0 commit comments

Comments
 (0)