1
Fork 0
rust/compiler/rustc_query_impl/src
bors c2ff8ad035 Auto merge of #105550 - gimbles:master, r=Nilstrieb
Use `DepKind` instead of `&'static str` in `QueryStackFrame`

`@rustbot` author

Fixes #105168
2022-12-23 16:57:21 +00: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 don't clone Copy types 2022-12-18 14:25:55 +01:00
plumbing.rs Use DepKind instead of &str 2022-12-23 18:39:49 +05:30
profiling_support.rs Remove one lifetime from QueryKeyStringBuilder 2022-11-06 13:10:35 +01:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

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