We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0511d commit 92bc9dbCopy full SHA for 92bc9db
1 file changed
compiler/rustc_trait_selection/src/traits/fulfill.rs
@@ -597,6 +597,7 @@ impl<'a, 'b, 'tcx> ObligationProcessor for FulfillProcessor<'a, 'b, 'tcx> {
597
}
598
599
600
+ #[inline(never)]
601
fn process_backedge<'c, I>(
602
&mut self,
603
cycle: I,
0 commit comments