We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62639c9 commit b176ae2Copy full SHA for b176ae2
src/bootstrap/src/utils/change_tracker.rs
@@ -426,4 +426,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
426
severity: ChangeSeverity::Info,
427
summary: "Added new option `tool.TOOL_NAME.features` to specify the features to compile a tool with",
428
},
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
+ },
434
];
0 commit comments