Skip to content

Commit 92bc9db

Browse files
committed
never inline the only thing that calls a query, which could hit the instrument path
1 parent 6a0511d commit 92bc9db

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_trait_selection/src/traits

1 file changed

+1
-0
lines changed

compiler/rustc_trait_selection/src/traits/fulfill.rs

+1
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ impl<'a, 'b, 'tcx> ObligationProcessor for FulfillProcessor<'a, 'b, 'tcx> {
597597
}
598598
}
599599

600+
#[inline(never)]
600601
fn process_backedge<'c, I>(
601602
&mut self,
602603
cycle: I,

0 commit comments

Comments
 (0)