Inline SubstFolder::tcx
This commit is contained in:
parent
0e6251dcde
commit
880bde0ced
1 changed files with 1 additions and 0 deletions
|
|
@ -525,6 +525,7 @@ struct SubstFolder<'a, 'tcx> {
|
|||
}
|
||||
|
||||
impl<'a, 'tcx> TypeFolder<'tcx> for SubstFolder<'a, 'tcx> {
|
||||
#[inline]
|
||||
fn tcx<'b>(&'b self) -> TyCtxt<'tcx> {
|
||||
self.tcx
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue