Merge QueryDescription into QueryConfig

`QueryDescription` has gone through a lot of refactoring and doesn't
make sense anymore.
This commit is contained in:
Nilstrieb
2022-11-05 16:04:43 +01:00
parent 452cf4f710
commit 36be251a35
6 changed files with 42 additions and 45 deletions

View File

@@ -1063,7 +1063,7 @@ pub fn encode_query_results<'a, 'tcx, CTX, Q>(
query_result_index: &mut EncodedDepNodeIndex,
) where
CTX: QueryContext + 'tcx,
Q: super::QueryDescription<CTX>,
Q: super::QueryConfig<CTX>,
Q::Value: Encodable<CacheEncoder<'a, 'tcx>>,
{
let _timer = tcx