Skip to content

Commit 54be18f

Browse files
committed
Follow the ~~white rabbit~~ cachegrind
1 parent fac9722 commit 54be18f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

compiler/rustc_trait_selection/src/traits/select/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
265265
self.infcx
266266
}
267267

268+
#[inline(always)]
268269
pub fn tcx(&self) -> TyCtxt<'tcx> {
269270
self.infcx.tcx
270271
}

0 commit comments

Comments
 (0)