Files
rust/compiler/rustc_query_impl/src
Nicholas Nethercote 5aebfd648b Rename query_dispatcher and reduce its use.
It's now `query_vtable` because its return type changed. And thanks to
the previous commit it can be manually inlined in several places. (The
only remaining calls to it are in `make_dep_kind_vtable_for_query`,
which are more challenging to remove.)
2026-02-23 07:20:24 +11:00
..
2026-02-10 18:46:05 +11:00
2026-02-19 09:05:39 +11:00
2026-02-19 09:05:37 +11:00

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