mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
9b2021235a
stop linting [`blocks_in_conditions`] on `match` with weird attr macro case should fixes: #12016 --- changelog: [`blocks_in_conditions`] - fix FP on `match` with weird attr macro This might not be the best solution, as the root cause (i think?) is the `span` of block was incorrectly given by the compiler? I'm open to better solutions