diff options
| author | Michael Goulet <michael@errs.io> | 2022-11-19 03:28:56 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-11-19 04:04:27 +0000 |
| commit | c36ff28d4214c65df55cb1d9d8085b34d33d37fb (patch) | |
| tree | 1bf6f61de6ffa50f005ef494cb5ba9f9f18c61ee /compiler/rustc_hir_analysis/src | |
| parent | ff0ffda6b3c3ea392c6cf88c676133666f491e5c (diff) | |
| download | rust-c36ff28d4214c65df55cb1d9d8085b34d33d37fb.tar.gz rust-c36ff28d4214c65df55cb1d9d8085b34d33d37fb.zip | |
drive-by: PolyExistentialPredicate
Diffstat (limited to 'compiler/rustc_hir_analysis/src')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/astconv/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/src/astconv/mod.rs b/compiler/rustc_hir_analysis/src/astconv/mod.rs index 16c40cf1299..e3d9ccb7d6e 100644 --- a/compiler/rustc_hir_analysis/src/astconv/mod.rs +++ b/compiler/rustc_hir_analysis/src/astconv/mod.rs @@ -3019,7 +3019,7 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o { fn compute_object_lifetime_bound( &self, span: Span, - existential_predicates: &'tcx ty::List<ty::Binder<'tcx, ty::ExistentialPredicate<'tcx>>>, + existential_predicates: &'tcx ty::List<ty::PolyExistentialPredicate<'tcx>>, ) -> Option<ty::Region<'tcx>> // if None, use the default { let tcx = self.tcx(); |
