add change-entry
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
f1e6afdc4c
commit
9e162fe0ab
1 changed files with 5 additions and 0 deletions
|
|
@ -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.",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue