Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
Druntime.rs23 pub struct ThereIsNoIteratorInRepetition; // False struct
25 impl BitOr<ThereIsNoIteratorInRepetition> for ThereIsNoIteratorInRepetition { implementation
26 type Output = ThereIsNoIteratorInRepetition;
27 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor() argument
28 ThereIsNoIteratorInRepetition in bitor()
32 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator {
34 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
39 impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition { implementation
62 use super::{HasIterator as HasIter, ThereIsNoIteratorInRepetition as DoesNotHaveIter};
Dlib.rs881 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
904 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
951 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
965 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
/third_party/rust/crates/quote/tests/ui/
Ddoes-not-have-iter-interpolated-dup.stderr7 | expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
9 | here the type of `has_iter` is inferred to be `ThereIsNoIteratorInRepetition`
Ddoes-not-have-iter-interpolated.stderr7 | expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
9 | here the type of `has_iter` is inferred to be `ThereIsNoIteratorInRepetition`
Ddoes-not-have-iter.stderr7 | expected `HasIterator`, found `ThereIsNoIteratorInRepetition`
Ddoes-not-have-iter-separated.stderr7 | expected `HasIterator`, found `ThereIsNoIteratorInRepetition`