We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3703bbd commit a110552Copy full SHA for a110552
src/bootstrap/src/utils/change_tracker.rs
@@ -360,4 +360,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
360
severity: ChangeSeverity::Info,
361
summary: "Added `build.test-stage = 2` to 'tools' profile defaults",
362
},
363
+ ChangeInfo {
364
+ change_id: 137147,
365
+ severity: ChangeSeverity::Info,
366
+ summary: "New option `build.exclude` that adds support for excluding test.",
367
+ },
368
];
0 commit comments