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:
parent
26438b4738
commit
0215b3a456
1 changed files with 0 additions and 1 deletions
|
@ -566,7 +566,6 @@ fn incremental_verify_ich<CTX, K, V>(
|
|||
assert!(new_hash == old_hash, "found unstable fingerprints for {:?}", dep_node,);
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
fn force_query_with_job<C, CTX>(
|
||||
tcx: CTX,
|
||||
key: C::Key,
|
||||
|
|
Loading…
Add table
Reference in a new issue