mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
never inline the only thing that calls a query, which could hit the instrument path
This commit is contained in:
parent
6a0511d3d5
commit
92bc9db881
@ -597,6 +597,7 @@ impl<'a, 'b, 'tcx> ObligationProcessor for FulfillProcessor<'a, 'b, 'tcx> {
|
||||
}
|
||||
}
|
||||
|
||||
#[inline(never)]
|
||||
fn process_backedge<'c, I>(
|
||||
&mut self,
|
||||
cycle: I,
|
||||
|
Loading…
Reference in New Issue
Block a user