mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Add change tracker entry
This commit is contained in:
@@ -315,4 +315,9 @@ pub fn human_readable_changes(changes: &[ChangeInfo]) -> String {
|
||||
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",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user