We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust.split-debuginfo
1 parent c753d2d commit c06ed92Copy full SHA for c06ed92
src/bootstrap/src/utils/change_tracker.rs
@@ -240,4 +240,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
240
severity: ChangeSeverity::Info,
241
summary: "New option `build.cargo-clippy` added for supporting the use of custom/external clippy.",
242
},
243
+ ChangeInfo {
244
+ change_id: 129925,
245
+ severity: ChangeSeverity::Warning,
246
+ summary: "Removed `rust.split-debuginfo` as it was deprecated long time ago.",
247
+ },
248
];
0 commit comments