convert some GenericArg to Term
This commit is contained in:
parent
e3e432d4d6
commit
855035b038
27 changed files with 180 additions and 154 deletions
|
|
@ -157,7 +157,7 @@ where
|
|||
ty.visit_with(self)
|
||||
}
|
||||
ty::ClauseKind::ConstEvaluatable(ct) => ct.visit_with(self),
|
||||
ty::ClauseKind::WellFormed(arg) => arg.visit_with(self),
|
||||
ty::ClauseKind::WellFormed(term) => term.visit_with(self),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue