Skip to content

Commit 295a6a6

Browse files
committed
add entry to bootstrap change tracker for new option rust.rustflags
1 parent 44e0163 commit 295a6a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
576576
severity: ChangeSeverity::Info,
577577
summary: "`llvm.enzyme` now works with `download-ci-llvm=true`.",
578578
},
579+
ChangeInfo {
580+
change_id: 148795,
581+
severity: ChangeSeverity::Info,
582+
summary: "New option `rust.rustflags` that will pass specified flags to rustc for all stages and targets`.",
583+
},
579584
];

0 commit comments

Comments
 (0)