diff options
| author | Michael Goulet <michael@errs.io> | 2024-06-18 19:13:54 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-06-21 12:32:05 -0400 |
| commit | db638ab968fe35ec6889e9fcf8fef1c4c623ac1d (patch) | |
| tree | eeb438fe70b2b6e3fa0ebf40400166c8ddc6b63b /compiler/rustc_borrowck | |
| parent | 25c9f2ca06d6d8d5f314362ffd17e71a8df55546 (diff) | |
| download | rust-db638ab968fe35ec6889e9fcf8fef1c4c623ac1d.tar.gz rust-db638ab968fe35ec6889e9fcf8fef1c4c623ac1d.zip | |
Rename a bunch of things
Diffstat (limited to 'compiler/rustc_borrowck')
| -rw-r--r-- | compiler/rustc_borrowck/src/region_infer/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_borrowck/src/region_infer/mod.rs b/compiler/rustc_borrowck/src/region_infer/mod.rs index 40b58500598..bf1c1b1433e 100644 --- a/compiler/rustc_borrowck/src/region_infer/mod.rs +++ b/compiler/rustc_borrowck/src/region_infer/mod.rs @@ -1110,7 +1110,7 @@ impl<'tcx> RegionInferenceContext<'tcx> { tcx: TyCtxt<'tcx>, } impl<'tcx> ty::TypeFolder<TyCtxt<'tcx>> for OpaqueFolder<'tcx> { - fn interner(&self) -> TyCtxt<'tcx> { + fn cx(&self) -> TyCtxt<'tcx> { self.tcx } fn fold_ty(&mut self, t: Ty<'tcx>) -> Ty<'tcx> { |
