Home
last modified time | relevance | path

Searched refs:as_turbofish (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/syn/tests/
Dtest_generics.rs118 let turbofish = ty_generics.as_turbofish(); in test_split_for_impl()
/third_party/rust/crates/serde/serde_derive/src/
Dpretend.rs157 let turbofish = ty_generics.as_turbofish(); in pretend_variants_used()
/third_party/rust/crates/syn/src/
Dgenerics.rs394 pub fn as_turbofish(&self) -> Turbofish { in as_turbofish() method