rust/compiler/rustc_query_system/src/query
bors d242a8bd5a Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii
Some `let chains` clean-up

Not sure if this kind of clean-up is welcoming because of size, but I decided to try out one

r? compiler
2025-07-28 05:25:23 +00:00
..
caches.rs Convert ShardedHashMap to use hashbrown::HashTable 2025-03-10 17:08:30 -07:00
config.rs Avoiding calling queries when collecting active queries 2025-03-26 09:36:36 +01:00
job.rs use let chains in mir, resolve, target 2025-07-28 06:10:36 +05:00
mod.rs Add some comments 2025-04-29 12:04:33 +02:00
plumbing.rs Use LocalKey<Cell> methods more 2025-07-24 13:21:25 -05: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.