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 90b2d24 commit 1d3cbb3Copy full SHA for 1d3cbb3
src/bootstrap/src/utils/change_tracker.rs
@@ -441,4 +441,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
441
severity: ChangeSeverity::Warning,
442
summary: "`llvm.lld` is no longer enabled by default for the dist profile.",
443
},
444
+ ChangeInfo {
445
+ change_id: 143251,
446
+ severity: ChangeSeverity::Info,
447
+ summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
448
+ },
449
];
0 commit comments