rust/compiler/rustc_query_impl
Jonathan Brouwer 89594620f2
Rollup merge of #151893 - Zoxc:query-mod-move, r=nnethercote
Move the query list into a new `rustc_middle::queries` module

This moves the query list from `rustc_middle::query` into a new `rustc_middle::queries` module. This splits up the use of the query system from the remaining implementation of it in `rustc_middle::query`, which conceptually belong to `rustc_query_system`.

The goal is to let rustc crates define queries with their own `queries` module, and this makes `rustc_middle` also fit this pattern.

The inner `queries` module used by the macros are renamed to `query_info`, so it doesn't conflict with the new outer name.
2026-02-04 08:12:40 +01:00
..
src Rollup merge of #151893 - Zoxc:query-mod-move, r=nnethercote 2026-02-04 08:12:40 +01:00
Cargo.toml fixup limit handling code 2025-09-08 15:07:12 -07:00