Closed Alexendoo closed 3 months ago
Our proc macro crate is called proc_macros so a few of our tests get compiled with --crate=proc-macro, didn't matter for many of them but it does for https://github.com/rust-lang/rust-clippy/blob/3b64ca95a931b0cca63e21de55b24a5bcfd4fb84/tests/ui/implicit_hasher.stderr
proc_macros
--crate=proc-macro
Our proc macro crate is called
proc_macros
so a few of our tests get compiled with--crate=proc-macro
, didn't matter for many of them but it does for https://github.com/rust-lang/rust-clippy/blob/3b64ca95a931b0cca63e21de55b24a5bcfd4fb84/tests/ui/implicit_hasher.stderr