We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ceab9 commit 9206960Copy full SHA for 9206960
src/bootstrap/src/utils/change_tracker.rs
@@ -365,4 +365,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
365
severity: ChangeSeverity::Info,
366
summary: "`rust.channel` now supports \"auto-detect\" to load the channel from `src/ci/channel`",
367
},
368
+ ChangeInfo {
369
+ change_id: 137147,
370
+ severity: ChangeSeverity::Info,
371
+ summary: "New option `build.exclude` that adds support for excluding test.",
372
+ },
373
];
0 commit comments