mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 12:07:08 +00:00
Fix perf issue for auto trait selection Follow-up of https://github.com/rust-lang/rust/pull/95069 which fixes the perf issue introduced by it. r? `@oli-obk`