Home
last modified time | relevance | path

Searched refs:RepIteratorExt (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/quote/tests/ui/
Dnot-repeatable.stderr10 | doesn't satisfy `Ipv4Addr: ext::RepIteratorExt`
18 which is required by `Ipv4Addr: ext::RepIteratorExt`
20 which is required by `&Ipv4Addr: ext::RepIteratorExt`
24 which is required by `&mut Ipv4Addr: ext::RepIteratorExt`
/third_party/rust/crates/quote/src/
Druntime.rs55 pub trait RepIteratorExt: Iterator + Sized { interface
61 impl<T: Iterator> RepIteratorExt for T {}