diff options
Diffstat (limited to 'compiler/rustc_traits/src/chalk/db.rs')
| -rw-r--r-- | compiler/rustc_traits/src/chalk/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_traits/src/chalk/db.rs b/compiler/rustc_traits/src/chalk/db.rs index 7101f404269..5e32b23fdca 100644 --- a/compiler/rustc_traits/src/chalk/db.rs +++ b/compiler/rustc_traits/src/chalk/db.rs @@ -769,7 +769,7 @@ struct ReplaceOpaqueTyFolder<'tcx> { binder_index: ty::DebruijnIndex, } -impl<'tcx> ty::TypeFolder<'tcx> for ReplaceOpaqueTyFolder<'tcx> { +impl<'tcx> ty::ir::TypeFolder<'tcx> for ReplaceOpaqueTyFolder<'tcx> { fn tcx<'b>(&'b self) -> TyCtxt<'tcx> { self.tcx } |
