rust/compiler/rustc_query_system/src/query
Mark Rousskov 6f78eed1c7 Query the fingerprint style during key reconstruction
Keys can be reconstructed from fingerprints that are not DefPathHash, but then
we cannot extract a DefId from them.
2021-10-06 22:19:48 -04:00
..
caches.rs Streamline try_start code 2021-05-02 12:25:48 -04:00
config.rs Access StableHashingContext in rustc_query_system. 2021-10-03 16:08:55 +02:00
job.rs Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum 2021-09-11 20:39:47 +00:00
mod.rs Note that type aliases cannot be recursive 2021-08-27 14:50:51 -07:00
plumbing.rs Query the fingerprint style during key reconstruction 2021-10-06 22:19:48 -04:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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