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