mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
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:
parent
2773456f5f
commit
123217b3b8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user