rust/compiler/rustc_lint
Matthias Krüger 560248f4f7
Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995
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.
2024-11-05 20:10:53 +01:00
..
src Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995 2024-11-05 20:10:53 +01:00
Cargo.toml compiler: Depend on rustc_abi in rustc_lint 2024-10-27 23:59:31 -07:00
messages.ftl Improve the missing_abi lint. 2024-10-31 10:55:45 +01:00