Add change info to change tracker · rust-lang/rust@a110552 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit a110552

Add change info to change tracker

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -360,4 +360,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
360 360 severity: ChangeSeverity::Info,
361 361 summary: "Added `build.test-stage = 2` to 'tools' profile defaults",
362 362 },
363 +ChangeInfo {
364 +change_id: 137147,
365 +severity: ChangeSeverity::Info,
366 +summary: "New option `build.exclude` that adds support for excluding test.",
367 +},
363 368 ];