Searched refs:turbofish (Results 1 – 8 of 8) sorted by relevance
544 pub turbofish: Option<AngleBracketedGenericArguments>,1663 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_helper() localVariable1669 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() localVariable1746 let turbofish = in trailer_expr() localVariable1748 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 …]
600 turbofish: self.turbofish.clone(), in clone()
603 && self.method == other.method && self.turbofish == other.turbofish in eq()
1756 turbofish: (node.turbofish) in fold_expr_method_call()
832 self.turbofish.hash(state); in hash()
926 formatter.field("turbofish", &self.turbofish); in debug()
1726 if let Some(it) = &mut node.turbofish { in visit_expr_method_call_mut()
1776 if let Some(it) = &node.turbofish { in visit_expr_method_call()