iter_identity is a better name
This commit is contained in:
parent
289deb9ed7
commit
58aad3c72c
11 changed files with 26 additions and 37 deletions
|
@ -394,7 +394,7 @@ impl<'tcx> GenericPredicates<'tcx> {
|
|||
}
|
||||
|
||||
pub fn instantiate_own_identity(&self) -> impl Iterator<Item = (Clause<'tcx>, Span)> {
|
||||
EarlyBinder::bind(self.predicates).instantiate_identity_iter_copied()
|
||||
EarlyBinder::bind(self.predicates).iter_identity_copied()
|
||||
}
|
||||
|
||||
#[instrument(level = "debug", skip(self, tcx))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue