mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
add change information for PR#117813
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
42ae1a7615
commit
6d881a9946
@ -30,7 +30,7 @@
|
||||
#
|
||||
# If `change-id` does not match the version that is currently running,
|
||||
# `x.py` will prompt you to update it and check the related PR for more details.
|
||||
change-id = 116881
|
||||
change-id = 117813
|
||||
|
||||
# =============================================================================
|
||||
# Tweaking how LLVM is compiled
|
||||
|
@ -124,6 +124,11 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "Default value of `download-ci-llvm` was changed for `codegen` profile.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 117813,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
|
||||
},
|
||||
];
|
||||
|
||||
/// Extra --check-cfg to add when building
|
||||
|
Loading…
Reference in New Issue
Block a user