Skip to content

Commit e9bc034

Browse files
committedDec 7, 2023
Add ChangeInfo record
1 parent 8fd8367 commit e9bc034

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
8686
severity: ChangeSeverity::Info,
8787
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
8888
},
89+
ChangeInfo {
90+
change_id: 118703,
91+
severity: ChangeSeverity::Info,
92+
summary: "Removed rust.run_dsymutil config option, as it was unused.",
93+
},
8994
];

0 commit comments

Comments
 (0)