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 7a041d0 commit f87392bCopy full SHA for f87392b
src/bootstrap/src/utils/change_tracker.rs
@@ -461,4 +461,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
461
severity: ChangeSeverity::Warning,
462
summary: "`download-rustc` has been temporarily disabled for the library profile due to implementation bugs (see #142505).",
463
},
464
+ ChangeInfo {
465
+ change_id: 143398,
466
+ severity: ChangeSeverity::Info,
467
+ summary: "The --extra-checks flag now supports prefixing any check with `auto:` to only run it if relevant files are modified",
468
+ },
469
];
0 commit comments