mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
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
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user