mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
560248f4f7
Do not filter empty lint passes & re-do CTFE pass Some structs implement `LintPass` without having a `Lint` associated with them #125116 broke that behaviour by filtering them out. This PR ensures that lintless passes are not filtered out.