rust/compiler/rustc_middle
Matthias Krüger 2194af9680
Rollup merge of #152419 - nnethercote:mv-more-query-system-code, r=Zalathar
Move more query system code

Towards the goal of eliminating `rustc_query_system`, this commit moves some code from `rustc_query_system` to `rustc_middle` and `rustc_query_impl`, and from `rustc_middle` to `rustc_query_impl`.

r? @Zalathar
2026-02-11 13:48:46 +01:00
..
src Rollup merge of #152419 - nnethercote:mv-more-query-system-code, r=Zalathar 2026-02-11 13:48:46 +01:00
Cargo.toml Convert to inline diagnostics in rustc_middle 2026-02-05 12:02:02 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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