diff options
| author | bors <bors@rust-lang.org> | 2023-08-03 07:04:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-03 07:04:11 +0000 |
| commit | 460e92b6a9108ae3a8d020022d8dac2c73ba1904 (patch) | |
| tree | 38bc1a70ba589cfa061b497aba3744197fe3288d /compiler/rustc_privacy/src/lib.rs | |
| parent | 042cfd871f6b3a50e5fde71bc898b274c19686a3 (diff) | |
| parent | 9bb8b6691207f8f0072e7b58cddd8ee6f3141b5c (diff) | |
Auto merge of #3007 - rust-lang:rustup-2023-08-03, r=oli-obk
Automatic sync from rustc
Diffstat (limited to 'compiler/rustc_privacy/src/lib.rs')
| -rw-r--r-- | compiler/rustc_privacy/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_privacy/src/lib.rs b/compiler/rustc_privacy/src/lib.rs index 5fa780a372b..af9efb82beb 100644 --- a/compiler/rustc_privacy/src/lib.rs +++ b/compiler/rustc_privacy/src/lib.rs @@ -147,7 +147,7 @@ where fn visit_clause(&mut self, clause: ty::Clause<'tcx>) -> ControlFlow<V::BreakTy> { match clause.kind().skip_binder() { - ty::ClauseKind::Trait(ty::TraitPredicate { trait_ref, constness: _, polarity: _ }) => { + ty::ClauseKind::Trait(ty::TraitPredicate { trait_ref, polarity: _ }) => { self.visit_trait(trait_ref) } ty::ClauseKind::Projection(ty::ProjectionPredicate { projection_ty, term }) => { |
