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.
1 parent 1a8b6f5 commit 5cf2a50Copy full SHA for 5cf2a50
src/bootstrap/src/utils/change_tracker.rs
@@ -431,4 +431,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
431
severity: ChangeSeverity::Warning,
432
summary: "It is no longer possible to `x build` with stage 0. All build commands have to be on stage 1+.",
433
},
434
+ ChangeInfo {
435
+ change_id: 143175,
436
+ severity: ChangeSeverity::Info,
437
+ summary: "It is no longer possible to combine `rust.lld = true` with configuring external LLVM using `llvm.llvm-config`.",
438
+ },
439
];
0 commit comments