add change tracker notice

This commit is contained in:
Rémy Rakic 2024-08-12 15:26:24 +00:00
parent ee5d15ce43
commit 2abfa35acd

View File

@ -225,4 +225,9 @@ pub fn human_readable_changes(changes: &[ChangeInfo]) -> String {
severity: ChangeSeverity::Info,
summary: "New option `llvm.libzstd` to control whether llvm is built with zstd support.",
},
ChangeInfo {
change_id: 128841,
severity: ChangeSeverity::Warning,
summary: "./x test --rustc-args was renamed to --compiletest-rustc-args as it only applies there. ./x miri --rustc-args was also removed.",
},
];