Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dexpr.rs544 pub turbofish: Option<AngleBracketedGenericArguments>,
1663 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_helper() localVariable
1669 if turbofish.is_some() || input.peek(token::Paren) { in trailer_helper()
1677 turbofish, in trailer_helper()
1744 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_expr() localVariable
1746 let turbofish = in trailer_expr() localVariable
1748 Some(turbofish) in trailer_expr()
1753 if turbofish.is_some() || input.peek(token::Paren) { in trailer_expr()
1761 turbofish, in trailer_expr()
3809 if let Some(turbofish) = &e.turbofish { in print_expr_method_call()
[all …]
/linux/rust/syn/gen/
H A Dclone.rs600 turbofish: self.turbofish.clone(), in clone()
H A Deq.rs603 && self.method == other.method && self.turbofish == other.turbofish in eq()
H A Dfold.rs1756 turbofish: (node.turbofish) in fold_expr_method_call()
H A Dhash.rs832 self.turbofish.hash(state); in hash()
H A Ddebug.rs926 formatter.field("turbofish", &self.turbofish); in debug()
H A Dvisit_mut.rs1726 if let Some(it) = &mut node.turbofish { in visit_expr_method_call_mut()
H A Dvisit.rs1776 if let Some(it) = &node.turbofish { in visit_expr_method_call()