Skip to content

Commit b176ae2

Browse files
committed
Add change tracker entry
1 parent 62639c9 commit b176ae2

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
@@ -426,4 +426,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
426426
severity: ChangeSeverity::Info,
427427
summary: "Added new option `tool.TOOL_NAME.features` to specify the features to compile a tool with",
428428
},
429+
ChangeInfo {
430+
change_id: 142581,
431+
severity: ChangeSeverity::Warning,
432+
summary: "It is no longer possible to `x build` with stage 0. All build commands have to be on stage 1+.",
433+
},
429434
];

0 commit comments

Comments
 (0)