Searched refs:first_ty_ref (Results 1 – 1 of 1) sorted by relevance
2498 let mut first_ty_ref = &first_ty; in parse_impl() localVariable2499 while let Type::Group(ty) = first_ty_ref { in parse_impl()2500 first_ty_ref = &ty.elem; in parse_impl()2502 if let Type::Path(_) = first_ty_ref { in parse_impl()