rust/compiler/rustc_query_system
Jonathan Brouwer ae9d2d9395
Rollup merge of #152199 - nnethercote:rm-rustc_query_system-cache, r=Zalathar
Move `rustc_query_system::cache`.

It only defines two types, `Cache` and `WithDepNode`. Neither has anything much to do with queries -- they use `DepNodeIndex`, that's all.

This commit moves the module into `rustc_middle`, to where they are used. It also renames the extremely non-descriptive `Cache` as `WithDepNodeCache`.

r? @Zalathar
2026-02-07 13:06:36 +01:00
..
src Rollup merge of #152199 - nnethercote:rm-rustc_query_system-cache, r=Zalathar 2026-02-07 13:06:36 +01:00
Cargo.toml Convert to inline diagnostics in rustc_query_system 2026-02-03 14:01:05 +01:00