Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/tests/ui/
Dnot-repeatable.stderr11 | doesn't satisfy `Ipv4Addr: ext::RepToTokensExt`
22 which is required by `Ipv4Addr: ext::RepToTokensExt`
/third_party/rust/crates/quote/src/
Druntime.rs66 pub trait RepToTokensExt { trait
79 impl<T: ToTokens + ?Sized> RepToTokensExt for T {}