We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd8367 commit ce1c42bCopy full SHA for ce1c42b
src/bootstrap/src/utils/change_tracker.rs
@@ -86,4 +86,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
86
severity: ChangeSeverity::Info,
87
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
88
},
89
+ ChangeInfo {
90
+ change_id: 118703,
91
+ severity: ChangeSeverity::Warning,
92
+ summary: "Removed rust.run_dsymutil config option, as it was unused.",
93
+ },
94
];
0 commit comments