@@ -315,4 +315,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[ |
|
|
315 |
315 |
severity: ChangeSeverity::Info, |
316 |
316 |
summary: "`build.vendor` is now enabled by default for dist/tarball sources when 'vendor' directory and '.cargo/config.toml' file are present.", |
317 |
317 |
}, |
|
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 |
+}, |
318 |
323 |
]; |