diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2024-12-27 12:24:03 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2024-12-27 12:24:03 +0000 |
| commit | 35bbb01ea97f8bf0a604fdcfbb5c73c755efb938 (patch) | |
| tree | 5e75099351b42d645c265089ccadcc3035a9ab19 /src | |
| parent | bccc11e230e247c413ecf0922bde9e3c4b67faeb (diff) | |
| download | rust-35bbb01ea97f8bf0a604fdcfbb5c73c755efb938.tar.gz rust-35bbb01ea97f8bf0a604fdcfbb5c73c755efb938.zip | |
Add change tracker entry
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/src/utils/change_tracker.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs index f4f189c718a..139ea357877 100644 --- a/src/bootstrap/src/utils/change_tracker.rs +++ b/src/bootstrap/src/utils/change_tracker.rs @@ -315,4 +315,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[ severity: ChangeSeverity::Info, summary: "`build.vendor` is now enabled by default for dist/tarball sources when 'vendor' directory and '.cargo/config.toml' file are present.", }, + ChangeInfo { + change_id: 134809, + severity: ChangeSeverity::Warning, + summary: "compiletest now takes `--no-capture` instead of `--nocapture`; bootstrap now accepts `--no-capture` as an argument to test commands directly", + }, ]; |
