Skip to content

Commit c06ed92

Browse files
committed
add change entry for rust.split-debuginfo removal
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent c753d2d commit c06ed92

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
@@ -240,4 +240,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
240240
severity: ChangeSeverity::Info,
241241
summary: "New option `build.cargo-clippy` added for supporting the use of custom/external clippy.",
242242
},
243+
ChangeInfo {
244+
change_id: 129925,
245+
severity: ChangeSeverity::Warning,
246+
summary: "Removed `rust.split-debuginfo` as it was deprecated long time ago.",
247+
},
243248
];

0 commit comments

Comments
 (0)