Merge HostPolarity and BoundConstness
This commit is contained in:
parent
298c7462c3
commit
802f3a78a6
16 changed files with 66 additions and 81 deletions
|
@ -139,7 +139,7 @@ where
|
|||
}
|
||||
ty::ClauseKind::HostEffect(pred) => {
|
||||
try_visit!(self.visit_trait(pred.trait_ref));
|
||||
pred.host.visit_with(self)
|
||||
pred.constness.visit_with(self)
|
||||
}
|
||||
ty::ClauseKind::Projection(ty::ProjectionPredicate {
|
||||
projection_term: projection_ty,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue