]> git.lizzy.rs Git - rust.git/commit
Delete QueryLookup
authorMark Rousskov <mark.simulacrum@gmail.com>
Sun, 20 Feb 2022 03:56:56 +0000 (22:56 -0500)
committerMark Rousskov <mark.simulacrum@gmail.com>
Sun, 20 Feb 2022 17:11:28 +0000 (12:11 -0500)
commit75ef06892089e0cf53b4a86419c7ff3b3c1f3c4c
tree390a0eb58492c30a598602f21af93d0afb8c4536
parent9deed6f74ea2df0ba08fb72342bef4eb303d0777
Delete QueryLookup

This was largely just caching the shard value at this point, which is not
particularly useful -- in the use sites the key was being hashed nearby anyway.
compiler/rustc_middle/src/ty/query.rs
compiler/rustc_query_impl/src/plumbing.rs
compiler/rustc_query_system/src/query/caches.rs
compiler/rustc_query_system/src/query/plumbing.rs