We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f03576 commit 2f5a52eCopy full SHA for 2f5a52e
src/bootstrap/src/utils/change_tracker.rs
@@ -270,4 +270,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
270
severity: ChangeSeverity::Info,
271
summary: "If `llvm.download-ci-llvm` is not defined, it defaults to `true`.",
272
},
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
+ },
278
];
0 commit comments