rust/compiler/rustc_query_impl/src
Matthias Krüger 42010a23f5
Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514
Unsupported query error now specifies if its unsupported for local or external crate

Fixes #101666.
I had to move `keys.rs` from `rustc_query_impl` to `rustc_middle`. I don't know if that is problematic. I couldn't think of any other way to get the needed information inside `rustc_middle`.

r? ```@jyn514```
2022-11-26 10:39:10 +01:00
..
lib.rs Unsupported query error now specifies if its unsupported for local or external crate 2022-11-24 19:05:17 +05:30
on_disk_cache.rs Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
plumbing.rs Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki 2022-11-24 06:32:23 +00:00
profiling_support.rs Remove one lifetime from QueryKeyStringBuilder 2022-11-06 13:10:35 +01:00
README.md

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