Searched defs:HasIterator (Results 1 – 3 of 3) sorted by relevance
21 pub struct HasIterator; // True struct32 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation34 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()41 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()46 impl BitOr<HasIterator> for HasIterator { implementation48 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
154 struct HasIterator { struct155 typedef int *iterator; // expected-note{{target of using declaration}}