Build the query vtable directly.
This commit is contained in:
parent
55ccbd090d
commit
7c0920f5fb
7 changed files with 67 additions and 120 deletions
|
@ -1018,7 +1018,7 @@ pub fn encode_query_results<'a, 'tcx, CTX, Q>(
|
|||
) -> FileEncodeResult
|
||||
where
|
||||
CTX: QueryContext + 'tcx,
|
||||
Q: super::QueryDescription<CTX> + super::QueryAccessors<CTX>,
|
||||
Q: super::QueryDescription<CTX>,
|
||||
Q::Value: Encodable<CacheEncoder<'a, 'tcx, FileEncoder>>,
|
||||
{
|
||||
let _timer = tcx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue