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_lint/src | |
| parent | ff0ffda6b3c3ea392c6cf88c676133666f491e5c (diff) | |
| download | rust-c36ff28d4214c65df55cb1d9d8085b34d33d37fb.tar.gz rust-c36ff28d4214c65df55cb1d9d8085b34d33d37fb.zip | |
drive-by: PolyExistentialPredicate
Diffstat (limited to 'compiler/rustc_lint/src')
| -rw-r--r-- | compiler/rustc_lint/src/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/context.rs b/compiler/rustc_lint/src/context.rs index 28f6ac61c5b..589b4d6a10f 100644 --- a/compiler/rustc_lint/src/context.rs +++ b/compiler/rustc_lint/src/context.rs @@ -1159,7 +1159,7 @@ impl<'tcx> LateContext<'tcx> { fn print_dyn_existential( self, - _predicates: &'tcx ty::List<ty::Binder<'tcx, ty::ExistentialPredicate<'tcx>>>, + _predicates: &'tcx ty::List<ty::PolyExistentialPredicate<'tcx>>, ) -> Result<Self::DynExistential, Self::Error> { Ok(()) } |
