Home
last modified time | relevance | path

Searched refs:turbofish (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/syn/tests/
Dtest_generics.rs117 let turbofish = ty_generics.as_turbofish(); in test_split_for_impl() localVariable
119 Test #turbofish in test_split_for_impl()
/external/rust/crates/serde_derive/src/
Dpretend.rs173 let turbofish = ty_generics.as_turbofish(); in pretend_variants_used() localVariable
193 let _ = #type_ident::#variant_ident #turbofish #pat; in pretend_variants_used()
/external/rust/crates/syn/src/
Dexpr.rs578 pub turbofish: Option<MethodTurbofish>,
1619 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_helper() localVariable
1625 if turbofish.is_some() || input.peek(token::Paren) { in trailer_helper()
1633 turbofish, in trailer_helper()
3027 self.turbofish.to_tokens(tokens); in to_tokens()
/external/rust/crates/syn/src/gen/
Dclone.rs568 turbofish: self.turbofish.clone(), in clone()
Deq.rs553 && self.method == other.method && self.turbofish == other.turbofish in eq()
Dfold.rs1430 turbofish: (node.turbofish).map(|it| f.fold_method_turbofish(it)), in fold_expr_method_call()
Dhash.rs794 self.turbofish.hash(state); in hash()
Ddebug.rs882 formatter.field("turbofish", &self.turbofish); in fmt()
Dvisit_mut.rs1553 if let Some(it) = &mut node.turbofish { in visit_expr_method_call_mut()
Dvisit.rs1552 if let Some(it) = &node.turbofish { in visit_expr_method_call()
/external/rust/crates/syn/tests/debug/
Dgen.rs804 if let Some(val) = &_val.turbofish { in fmt()
1543 if let Some(val) = &_val.turbofish { in fmt()