Files
rust/compiler/rustc_query_impl
Nicholas Nethercote 73e56e8e86 Don't recompute key_hash in wait_for_query.
We compute `key_hash` in `try_execute_query`, so we can just pass the
value in.
2026-03-13 13:41:32 +11:00
..