Don't mark force_query_with_job as inline(always)

It's rather large, and using `inline(always)` forces it to be recompiled
in each calling crate.
This commit is contained in:
Joshua Nelson 2021-01-08 18:38:33 -05:00
parent 26438b4738
commit 0215b3a456

View File

@ -566,7 +566,6 @@ fn incremental_verify_ich<CTX, K, V>(
assert!(new_hash == old_hash, "found unstable fingerprints for {:?}", dep_node,); assert!(new_hash == old_hash, "found unstable fingerprints for {:?}", dep_node,);
} }
#[inline(always)]
fn force_query_with_job<C, CTX>( fn force_query_with_job<C, CTX>(
tcx: CTX, tcx: CTX,
key: C::Key, key: C::Key,