Skip to content

Commit 2f5a52e

Browse files
author
Orion Gonzalez
committed
update CONFIG_CHANGE_HISTORY
1 parent 0f03576 commit 2f5a52e

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
@@ -270,4 +270,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
270270
severity: ChangeSeverity::Info,
271271
summary: "If `llvm.download-ci-llvm` is not defined, it defaults to `true`.",
272272
},
273+
ChangeInfo {
274+
change_id: 131181,
275+
severity: ChangeSeverity::Info,
276+
summary: "New option `build.display-diff-tool` that adds support for a custom differ for compiletests",
277+
},
273278
];

0 commit comments

Comments
 (0)