Merge QueryDescription into QueryConfig
`QueryDescription` has gone through a lot of refactoring and doesn't make sense anymore.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user