Home
last modified time | relevance | path

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

/external/rust/crates/syn/tests/
Dtest_generics.rs115 let turbofish = ty_generics.as_turbofish(); in test_split_for_impl()
/external/rust/crates/serde_derive/src/
Dpretend.rs105 let turbofish = ty_generics.as_turbofish(); in pretend_variants_used()
/external/rust/crates/syn/src/
Dgenerics.rs423 pub fn as_turbofish(&self) -> Turbofish { in as_turbofish() method