Searched refs:quote_into_iter (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/quote/src/ |
D | runtime.rs | 56 fn quote_into_iter(self) -> (Self, HasIter) { in quote_into_iter() method 74 fn quote_into_iter(&self) -> (&Self, DoesNotHaveIter) { in quote_into_iter() method 86 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter); in quote_into_iter() method 92 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method 93 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter() 100 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method 101 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter() 108 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method 116 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method 124 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method [all …]
|
D | lib.rs | 713 let (mut $var, i) = $var.quote_into_iter();
|
/third_party/rust/crates/quote/tests/ui/ |
D | not-repeatable.stderr | 1 error[E0599]: the method `quote_into_iter` exists for struct `Ipv4Addr`, but its trait bounds were … 7 | method `quote_into_iter` not found for this struct
|