rust/compiler/rustc_query_system
bors c6936c309a Auto merge of #152371 - nnethercote:rm-QueryDispatcher, r=Zalathar
Remove `QueryDispatcher`

`QueryDispatcher` is a trait that existed purely because `rustc_query_system` had code that didn't have access to `TyCtxt`. That is no longer the case, so the trait can be removed.

r? @Zalathar
2026-02-09 09:34:09 +00:00
..
src Auto merge of #152371 - nnethercote:rm-QueryDispatcher, r=Zalathar 2026-02-09 09:34:09 +00:00
Cargo.toml Convert to inline diagnostics in rustc_query_system 2026-02-03 14:01:05 +01:00