rust/compiler/rustc_lint
Martin Nordholts e0c626fbbc rustc_lint: Prevent multiple 'lint ignored' lints
Prevent multiple 'ignored unless specified at crate level' lints. The
multiplication happens because we run the same lint three times:
* In BuiltinCombinedEarlyLintPass
* In BuiltinCombinedPreExpansionLintPass
* In shallow_lint_levels_on

Only run the lint one time by checking the `lint_added_lints` bool.
2023-12-28 19:46:40 +01:00
..
src rustc_lint: Prevent multiple 'lint ignored' lints 2023-12-28 19:46:40 +01:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Add warn-by-default lint against ambiguous wide pointer comparisons 2023-12-06 09:03:48 +01:00