We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5d15c commit 2abfa35Copy full SHA for 2abfa35
src/bootstrap/src/utils/change_tracker.rs
@@ -225,4 +225,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
225
severity: ChangeSeverity::Info,
226
summary: "New option `llvm.libzstd` to control whether llvm is built with zstd support.",
227
},
228
+ ChangeInfo {
229
+ change_id: 128841,
230
+ severity: ChangeSeverity::Warning,
231
+ summary: "./x test --rustc-args was renamed to --compiletest-rustc-args as it only applies there. ./x miri --rustc-args was also removed.",
232
+ },
233
];
0 commit comments