File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 30
30
#
31
31
# If `change-id` does not match the version that is currently running,
32
32
# `x.py` will prompt you to update it and check the related PR for more details.
33
- change-id = 116881
33
+ change-id = 117813
34
34
35
35
# =============================================================================
36
36
# Tweaking how LLVM is compiled
Original file line number Diff line number Diff line change @@ -123,6 +123,11 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
123
123
severity : ChangeSeverity :: Warning ,
124
124
summary : "Default value of `download-ci-llvm` was changed for `codegen` profile." ,
125
125
} ,
126
+ ChangeInfo {
127
+ change_id : 117813 ,
128
+ severity : ChangeSeverity :: Info ,
129
+ summary : "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value." ,
130
+ } ,
126
131
] ;
127
132
128
133
/// Extra --check-cfg to add when building
You can’t perform that action at this time.
0 commit comments