Files
rust/compiler/rustc_query_impl/src
Zalathar 6699c13683 Move the big rustc_query_impl macro into a physical query_impl.rs
Moving the macro and its expansion into the same physical file resolves a lot
of tension in the current module arrangement.

Code in the macro is now free to use plain imports in the same file, and there
is no longer any question of whether `mod query_impl` should be declared inside
the macro, or surrounding a separate expansion site.
2026-03-14 15:41:00 +11:00
..
2026-03-13 22:00:10 +11:00
2026-03-13 22:00:10 +11:00
2026-03-13 21:57:59 +11:00

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