about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-08-12 18:40:42 +0200
committerJakub Beránek <berykubik@gmail.com>2025-08-12 18:40:42 +0200
commit4360c52c4fafb38bd5514220ee2cd2b8c260c286 (patch)
treefadd3a94dffb23db6599a210cc9d975705c8e577 /src
parent72b606db89c7d2ce76ea41ea80ec92e6320bf20f (diff)
downloadrust-4360c52c4fafb38bd5514220ee2cd2b8c260c286.tar.gz
rust-4360c52c4fafb38bd5514220ee2cd2b8c260c286.zip
Add change tracker entry
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/src/utils/change_tracker.rs5
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 091956e7e5f..cd7fba39a84 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -496,4 +496,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Warning,
         summary: "It is no longer possible to `x doc` with stage 0. All doc commands have to be on stage 1+.",
     },
+    ChangeInfo {
+        change_id: 145295,
+        severity: ChangeSeverity::Warning,
+        summary: "The names of stageN directories in the build directory have been consolidated with the new (post-stage-0-redesign) staging scheme. Some tools and binaries might be located in a different build directory than before.",
+    },
 ];