mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks
This commit is contained in:
@@ -441,4 +441,9 @@ pub fn human_readable_changes(changes: &[ChangeInfo]) -> String {
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "`llvm.lld` is no longer enabled by default for the dist profile.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 143251,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user