mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
4d72939af1
Simplify query proc-macros The query code generation is split between proc-macros and regular macros in `rustc_middle::ty::query`. This PR removes unused capabilities of the proc-macros, and tend to use regular macros for the logic.