diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-06-24 08:25:49 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-06-24 08:25:49 +0200 |
| commit | b176ae2177e1002ba0690c9c2cdd6d5535c6e162 (patch) | |
| tree | bbbeca0778db9fcdf65ae49c19047f831a5781ef | |
| parent | 62639c9b56e0d17a8de36e40eceddd45c9644774 (diff) | |
| download | rust-b176ae2177e1002ba0690c9c2cdd6d5535c6e162.tar.gz rust-b176ae2177e1002ba0690c9c2cdd6d5535c6e162.zip | |
Add change tracker entry
| -rw-r--r-- | src/bootstrap/src/utils/change_tracker.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs index 93e01a58077..7c588cfea8c 100644 --- a/src/bootstrap/src/utils/change_tracker.rs +++ b/src/bootstrap/src/utils/change_tracker.rs @@ -426,4 +426,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[ severity: ChangeSeverity::Info, summary: "Added new option `tool.TOOL_NAME.features` to specify the features to compile a tool with", }, + ChangeInfo { + change_id: 142581, + severity: ChangeSeverity::Warning, + summary: "It is no longer possible to `x build` with stage 0. All build commands have to be on stage 1+.", + }, ]; |
