Skip to content

Commit f94cc79

Browse files
committed
Add change tracker entry
1 parent aaf6016 commit f94cc79

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
@@ -446,4 +446,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
446446
severity: ChangeSeverity::Info,
447447
summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
448448
},
449+
ChangeInfo {
450+
change_id: 143048,
451+
severity: ChangeSeverity::Warning,
452+
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+.",
453+
},
449454
];

0 commit comments

Comments
 (0)