Skip to content

Commit

Permalink
Add ChangeInfo record
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 7, 2023
1 parent 8fd8367 commit d2677ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/src/utils/change_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Info,
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
},
ChangeInfo {
change_id: 0,
severity: ChangeSeverity::Warning,
summary: "Removed rust.run_dsymutil config option, as it was unused.",
},
];

0 comments on commit d2677ef

Please sign in to comment.