Skip to content

Commit c843e1d

Browse files
committed
Add change tracker entry
1 parent 6443dc0 commit c843e1d

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
@@ -491,4 +491,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
491491
severity: ChangeSeverity::Warning,
492492
summary: "Added `build.compiletest-allow-stage0` flag instead of `COMPILETEST_FORCE_STAGE0` env var, and reject running `compiletest` self tests against stage 0 rustc unless explicitly allowed.",
493493
},
494+
ChangeInfo {
495+
change_id: 145011,
496+
severity: ChangeSeverity::Warning,
497+
summary: "It is no longer possible to `x doc` with stage 0. All doc commands have to be on stage 1+.",
498+
},
494499
];

0 commit comments

Comments
 (0)