about summary refs log tree commit diff
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-06-03 19:22:33 +0300
committeronur-ozkan <work@onurozkan.dev>2025-06-03 19:22:33 +0300
commit9e162fe0abcb3c84fd276afef914332320682016 (patch)
tree2b0305e52b82f0167576063e7f2dd0b6996daba3
parentf1e6afdc4cc324ea9576cef88cc392a2c88fa1a3 (diff)
downloadrust-9e162fe0abcb3c84fd276afef914332320682016.tar.gz
rust-9e162fe0abcb3c84fd276afef914332320682016.zip
add change-entry
Signed-off-by: onur-ozkan <work@onurozkan.dev>
-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 459a34d14cc..e939a8362ad 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -416,4 +416,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Warning,
         summary: "Stage0 library no longer matches the in-tree library, which means stage1 compiler now uses the beta library.",
     },
+    ChangeInfo {
+        change_id: 141970,
+        severity: ChangeSeverity::Info,
+        summary: "Added new bootstrap flag `--skip-std-check-if-no-download-rustc` that skips std checks when download-rustc is unavailable. Mainly intended for developers to reduce RA overhead.",
+    },
 ];