mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
47200547f3
Report the `unexpected_cfgs` lint in external macros This PR marks the `unexpected_cfgs` lint as being reportable in external macros, as it's probably not the intention of the macro author to leave ineffective cfgs in the users code. Fixes #132572 try-job: aarch64-gnu-debug