We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fe989d + db36db2 commit ee88f46Copy full SHA for ee88f46
1 file changed
compiler/rustc_query_system/src/query/plumbing.rs
@@ -385,6 +385,7 @@ where
385
/// It returns the shard index and a lock guard to the shard,
386
/// which will be used if the query is not in the cache and we need
387
/// to compute it.
388
+#[inline]
389
pub fn try_get_cached<'a, CTX, C, R, OnHit>(
390
tcx: CTX,
391
cache: &'a QueryCacheStore<C>,
0 commit comments