Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
Druntime.rs11 pub struct ThereIsNoIteratorInRepetition; // False struct
13 impl BitOr<ThereIsNoIteratorInRepetition> for ThereIsNoIteratorInRepetition { implementation
14 type Output = ThereIsNoIteratorInRepetition;
15 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor() argument
16 ThereIsNoIteratorInRepetition in bitor()
20 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator {
22 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
27 impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition { implementation
49 use super::{HasIterator as HasIter, ThereIsNoIteratorInRepetition as DoesNotHaveIter};
Dlib.rs871 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
894 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
941 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
955 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
/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`