Skip to content

Commit 2abfa35

Browse files
committed
add change tracker notice
1 parent ee5d15c commit 2abfa35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
225225
severity: ChangeSeverity::Info,
226226
summary: "New option `llvm.libzstd` to control whether llvm is built with zstd support.",
227227
},
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+
},
228233
];

0 commit comments

Comments
 (0)