Home
last modified time | relevance | path

Searched refs:HasIterator (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/quote/src/
Druntime.rs10 pub struct HasIterator; // True struct
20 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation
21 type Output = HasIterator;
22 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor() argument
23 HasIterator in bitor()
27 impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition {
28 type Output = HasIterator;
29 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor() argument
30 HasIterator in bitor()
34 impl BitOr<HasIterator> for HasIterator { implementation
[all …]
Dlib.rs873 let _: $crate::__private::HasIterator = has_iter;
896 let _: $crate::__private::HasIterator = has_iter;
943 let _: $crate::__private::HasIterator = has_iter;
957 let _: $crate::__private::HasIterator = has_iter;
/third_party/rust/crates/quote/tests/ui/
Ddoes-not-have-iter.stderr7 | expected struct `HasIterator`, found struct `ThereIsNoIteratorInRepetition`
Ddoes-not-have-iter-interpolated.stderr7 | expected struct `HasIterator`, found struct `ThereIsNoIteratorInRepetition`
Ddoes-not-have-iter-separated.stderr7 | expected struct `HasIterator`, found struct `ThereIsNoIteratorInRepetition`
Ddoes-not-have-iter-interpolated-dup.stderr7 | expected struct `HasIterator`, found struct `ThereIsNoIteratorInRepetition`