Skip to content

Commit 38b09dd

Browse files
committed
Add change tracker entry
1 parent c054c11 commit 38b09dd

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
@@ -451,4 +451,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
451451
severity: ChangeSeverity::Warning,
452452
summary: "The `spellcheck:fix` tidy extra check argument has been removed, use `--bless` instead",
453453
},
454+
ChangeInfo {
455+
change_id: 143048,
456+
severity: ChangeSeverity::Warning,
457+
summary: "The default check stage has been changed to 1. It is no longer possible to `x check` with stage 0. All check commands have to be on stage 1+. Bootstrap tools can now also only be checked for the host target.",
458+
},
454459
];

0 commit comments

Comments
 (0)