mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-16 17:26:36 +00:00

This commit partly undoes #104863, which combined the builtin lints pass with other lints. This caused a slowdown, because often there are no other lints, and it's faster to do a pass with a single lint directly than it is to do a combined pass with a `passes` vector containing a single lint.