Searched refs:turbofish (Results 1 – 11 of 11) sorted by relevance
117 let turbofish = ty_generics.as_turbofish(); in test_split_for_impl() localVariable119 Test #turbofish in test_split_for_impl()
173 let turbofish = ty_generics.as_turbofish(); in pretend_variants_used() localVariable193 let _ = #type_ident::#variant_ident #turbofish #pat; in pretend_variants_used()
578 pub turbofish: Option<MethodTurbofish>,1619 let turbofish = if member.is_named() && input.peek(Token![::]) { in trailer_helper() localVariable1625 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()
568 turbofish: self.turbofish.clone(), in clone()
553 && self.method == other.method && self.turbofish == other.turbofish in eq()
1430 turbofish: (node.turbofish).map(|it| f.fold_method_turbofish(it)), in fold_expr_method_call()
794 self.turbofish.hash(state); in hash()
882 formatter.field("turbofish", &self.turbofish); in fmt()
1553 if let Some(it) = &mut node.turbofish { in visit_expr_method_call_mut()
1552 if let Some(it) = &node.turbofish { in visit_expr_method_call()
804 if let Some(val) = &_val.turbofish { in fmt()1543 if let Some(val) = &_val.turbofish { in fmt()