Files
rust/compiler/rustc_query_impl/src
Zalathar 4b8fc13da0 Remove Deref<Target = TyCtxt> from QueryCtxt
Explicitly writing `self.tcx` is easy enough, and lets us remove a bit of
non-essential deref magic.
2026-01-25 12:56:45 +11:00
..

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