diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-05-15 17:12:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-15 17:12:46 +0200 |
| commit | 2f0b456903c314601815685e56a3e83cf4444f36 (patch) | |
| tree | 23e540334343a228a6654f0994a8d10b4320480e /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | 9267843e72c8692f934c2ef5505c8a7496c0f06e (diff) | |
| parent | fff20a703db364d8b91c14cef4779f5e632df191 (diff) | |
| download | rust-2f0b456903c314601815685e56a3e83cf4444f36.tar.gz rust-2f0b456903c314601815685e56a3e83cf4444f36.zip | |
Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillot
Move expansion of query macros in rustc_middle to rustc_middle::query This moves the expansion of `define_callbacks!` and `define_feedable!` from `rustc_middle::ty::query` to `rustc_middle::query`. This means that types used in queries are both imported and used in `rustc_middle::query` instead of being split between these modules. It also decouples `rustc_middle::ty::query` further from `rustc_middle` which is helpful since we want to move `rustc_middle::ty::query` to the query system crates.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
