rust/compiler/rustc_middle
Jonas Schievink 4d72939af1
Rollup merge of #77830 - cjgillot:remacro, r=oli-obk
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.
2020-10-24 22:39:46 +02:00
..
benches
src Rollup merge of #77830 - cjgillot:remacro, r=oli-obk 2020-10-24 22:39:46 +02:00
Cargo.toml Update chalk to 0.32.0 2020-10-08 13:17:01 +02:00
README.md

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