Fix what looks like an inverted message

I believe this is trying to say there is something that is in the file,
but shouldn't be.
This commit is contained in:
Eric Huss 2025-02-17 10:58:57 -08:00
parent 2773456f5f
commit 123217b3b8

View File

@ -666,7 +666,7 @@ pub static CRATES: &[&str] = &[
for extra in expected.difference(&proc_macro_deps) {
tidy_error!(
bad,
"`{extra}` is not registered in `src/bootstrap/src/utils/proc_macro_deps.rs`, but is not a proc-macro crate dependency",
"`{extra}` is registered in `src/bootstrap/src/utils/proc_macro_deps.rs`, but is not a proc-macro crate dependency",
);
}
if *bad != old_bad {