Skip to content

Commit 35bbb01

Browse files
committed
Add change tracker entry
1 parent bccc11e commit 35bbb01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
315315
severity: ChangeSeverity::Info,
316316
summary: "`build.vendor` is now enabled by default for dist/tarball sources when 'vendor' directory and '.cargo/config.toml' file are present.",
317317
},
318+
ChangeInfo {
319+
change_id: 134809,
320+
severity: ChangeSeverity::Warning,
321+
summary: "compiletest now takes `--no-capture` instead of `--nocapture`; bootstrap now accepts `--no-capture` as an argument to test commands directly",
322+
},
318323
];

0 commit comments

Comments
 (0)