We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust.rustflags
1 parent 44e0163 commit 295a6a6Copy full SHA for 295a6a6
src/bootstrap/src/utils/change_tracker.rs
@@ -576,4 +576,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
576
severity: ChangeSeverity::Info,
577
summary: "`llvm.enzyme` now works with `download-ci-llvm=true`.",
578
},
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
+ },
584
];
0 commit comments