diff options
| author | onur-ozkan <work@onurozkan.dev> | 2025-06-03 19:22:33 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2025-06-03 19:22:33 +0300 |
| commit | 9e162fe0abcb3c84fd276afef914332320682016 (patch) | |
| tree | 2b0305e52b82f0167576063e7f2dd0b6996daba3 | |
| parent | f1e6afdc4cc324ea9576cef88cc392a2c88fa1a3 (diff) | |
| download | rust-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.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 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.", + }, ]; |
