Files
rust/compiler/rustc_query_system/src/query
Mark Rousskov 668b3188ab Remove sharding for VecCache
This sharding is never used (per the comment in code). If we re-add
sharding at some point in the future this is cheap to restore, but for
now no need for the extra complexity.
2024-04-06 10:49:31 -04:00
..
2024-04-06 10:49:31 -04:00
2020-08-30 18:45:07 +03:00

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