mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-19 19:40:36 +00:00

This uses exactly the same types for query results as `typeck`, which doesn't have custom code. It's not clear to me why this code exists (it goes back even before queries used a proc macro), but it compiles fine without the custom loader. Remove it for simplicity.
For more information about how rustc works, see the rustc dev guide.