Home
last modified time | relevance | path

Searched defs:turbofish (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/syn/tests/
Dtest_generics.rs118 let turbofish = ty_generics.as_turbofish(); in test_split_for_impl() localVariable
/third_party/rust/crates/serde/serde_derive/src/
Dpretend.rs157 let turbofish = ty_generics.as_turbofish(); in pretend_variants_used() localVariable
/third_party/rust/crates/syn/src/
Dexpr.rs1501 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_helper() localVariable
1577 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_expr() localVariable
1579 let turbofish = in trailer_expr() localVariable
/third_party/rust/crates/syn/
Dsyn.json1524 "turbofish": { object