Files
rust/compiler/rustc_middle
Zalathar 38aaeefb94 Rename IntoQueryParam to IntoQueryKey and tweak some occurrences
All methods that accept `impl IntoQueryKey<_>` have been adjusted to
consistently call `into_query_key` before doing anything else.

When a function with a conversion trait calls another function with the same
conversion trait, doing the conversion eagerly can reduce the overall number of
instantiations.
2026-03-18 19:58:25 +11:00
..

For more information about how rustc works, see the rustc dev guide.