rust/compiler/rustc_query_impl
Nicholas Nethercote a68bb0c371 Move rustc_query_system::values module into rustc_middle.
It's a tiny module with one trait and a default impl. It's not used in
`rustc_query_system`; all uses and non-default impls are in
`rustc_middle` and `rustc_query_impl`.

This commit moves it into `rustc_middle`, which makes things simpler
overall.
2026-02-05 08:15:16 +11:00
..
src Move rustc_query_system::values module into rustc_middle. 2026-02-05 08:15:16 +11:00
Cargo.toml fixup limit handling code 2025-09-08 15:07:12 -07:00