We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SubstFolder::tcx
1 parent 0e6251d commit 880bde0Copy full SHA for 880bde0
1 file changed
compiler/rustc_middle/src/ty/subst.rs
@@ -525,6 +525,7 @@ struct SubstFolder<'a, 'tcx> {
525
}
526
527
impl<'a, 'tcx> TypeFolder<'tcx> for SubstFolder<'a, 'tcx> {
528
+ #[inline]
529
fn tcx<'b>(&'b self) -> TyCtxt<'tcx> {
530
self.tcx
531
0 commit comments