Files
rust/compiler
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
..
2023-12-16 02:36:35 -08:00
2023-12-05 17:52:51 -08:00
2023-11-15 19:41:28 -05:00
2023-12-28 12:23:14 +08:00
2023-11-15 19:41:28 -05:00
2023-11-26 08:38:02 +11:00
2023-11-23 14:11:02 +03:00
2023-12-28 12:23:14 +08:00
2023-12-28 12:23:14 +08:00
2023-12-27 07:33:43 +00:00
2023-12-28 12:23:14 +08:00
2023-11-22 08:13:21 +11:00