Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/
H A Dtest_generics.rs117 let turbofish = ty_generics.as_turbofish(); in test_split_for_impl() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/
Dtest_generics.rs118 let turbofish = ty_generics.as_turbofish(); in test_split_for_impl() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/
H A Dtest_generics.rs118 let turbofish = ty_generics.as_turbofish(); in test_split_for_impl() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/
Dpretend.rs157 let turbofish = ty_generics.as_turbofish(); in pretend_variants_used() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/
H A Dpretend.rs157 let turbofish = ty_generics.as_turbofish(); in pretend_variants_used() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dexpr.rs1670 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_helper() localVariable
1746 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_expr() localVariable
1748 let turbofish = in trailer_expr() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dexpr.rs1670 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_helper() localVariable
1746 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_expr() localVariable
1748 let turbofish = in trailer_expr() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dexpr.rs1619 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_helper() localVariable