Searched refs:first_ty (Results 1 – 1 of 1) sorted by relevance
2594 let mut first_ty: Type = input.parse()?; in parse_impl() localVariable2601 let mut first_ty_ref = &first_ty; in parse_impl()2606 while let Type::Group(ty) = first_ty { in parse_impl()2607 first_ty = *ty.elem; in parse_impl()2609 if let Type::Path(TypePath { qself: None, path }) = first_ty { in parse_impl()2630 self_ty = first_ty; in parse_impl()