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 17aab7b commit 36cd096Copy full SHA for 36cd096
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: 142924,
436
+ severity: ChangeSeverity::Info,
437
+ summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
438
+ },
439
];
0 commit comments