Skip to content

Commit 3b62e08

Browse files
committed
Add change tracker entry
1 parent 9c9b1c3 commit 3b62e08

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
@@ -436,4 +436,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
436436
severity: ChangeSeverity::Info,
437437
summary: "It is no longer possible to combine `rust.lld = true` with configuring external LLVM using `llvm.llvm-config`.",
438438
},
439+
ChangeInfo {
440+
change_id: 143048,
441+
severity: ChangeSeverity::Warning,
442+
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+.",
443+
},
439444
];

0 commit comments

Comments
 (0)