oli-obk / ui_test

A test framework for testing rustc diagnostics output
27 stars 25 forks source link

Fix `#[proc_macros::...]` being detected as a proc macro crate #252

Closed Alexendoo closed 3 months ago

Alexendoo commented 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