Skip to content

Commit 9e162fe

Browse files
committed
add change-entry
Signed-off-by: onur-ozkan <[email protected]>
1 parent f1e6afd commit 9e162fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,4 +416,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
416416
severity: ChangeSeverity::Warning,
417417
summary: "Stage0 library no longer matches the in-tree library, which means stage1 compiler now uses the beta library.",
418418
},
419+
ChangeInfo {
420+
change_id: 141970,
421+
severity: ChangeSeverity::Info,
422+
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.",
423+
},
419424
];

0 commit comments

Comments
 (0)