mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
adf7c505e6
Do not lint in macros for match lints Don't lint in macros for match lints, more precisely in `check_pat` and `check_local` where it was not the case. changelog: none fixes: #5362