Skip to content

Commit 724e19a

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

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
@@ -235,4 +235,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
235235
severity: ChangeSeverity::Info,
236236
summary: "The `build.profiler` option now tries to use source code from `download-ci-llvm` if possible, instead of checking out the `src/llvm-project` submodule.",
237237
},
238+
ChangeInfo {
239+
change_id: 129925,
240+
severity: ChangeSeverity::Warning,
241+
summary: "Removed `rust.split-debuginfo` as it was deprecated long time ago.",
242+
},
238243
];

0 commit comments

Comments
 (0)