Add change tracker entry

This commit is contained in:
Jakub Beránek 2025-08-08 08:18:48 +02:00
parent 6443dc0964
commit c843e1d28f
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -491,4 +491,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Warning,
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.",
},
ChangeInfo {
change_id: 145011,
severity: ChangeSeverity::Warning,
summary: "It is no longer possible to `x doc` with stage 0. All doc commands have to be on stage 1+.",
},
];