We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3fd5c commit 2bf009dCopy full SHA for 2bf009d
src/bootstrap/src/utils/change_tracker.rs
@@ -350,4 +350,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
350
severity: ChangeSeverity::Info,
351
summary: "The llvm.ccache option has moved to build.ccache. llvm.ccache is now deprecated.",
352
},
353
+ ChangeInfo {
354
+ change_id: 137147,
355
+ severity: ChangeSeverity::Info,
356
+ summary: "New option `build.exclude` that adds support for excluding test.",
357
+ },
358
];
0 commit comments