Skip to content

Commit c501499

Browse files
committed
Add change tracker entry
1 parent 3b0a4ad commit c501499

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
@@ -511,4 +511,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
511511
severity: ChangeSeverity::Info,
512512
summary: "Build/check now supports forwarding `--timings` flag to cargo.",
513513
},
514+
ChangeInfo {
515+
change_id: 145663,
516+
severity: ChangeSeverity::Warning,
517+
summary: "It is no longer possible to `x test` with stage 0, except for running compiletest and opting into `build.compiletest-allow-stage0`",
518+
},
514519
];

0 commit comments

Comments
 (0)