Skip to content

Commit b53d532

Browse files
committed
Add change tracker entry
1 parent dda8e1d commit b53d532

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
@@ -531,4 +531,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
531531
severity: ChangeSeverity::Info,
532532
summary: "It is now possible to `check/build/dist` the standard stage 0 library if you use a stage0 rustc built from in-tree sources. This is useful for quickly cross-compiling the standard library. You have to enable build.local-rebuild for this to work.",
533533
},
534+
ChangeInfo {
535+
change_id: 145663,
536+
severity: ChangeSeverity::Warning,
537+
summary: "It is no longer possible to `x test` with stage 0, except for running compiletest and opting into `build.compiletest-allow-stage0`.",
538+
},
534539
];

0 commit comments

Comments
 (0)