Searched refs:first_ty_ref (Results 1 – 1 of 1) sorted by relevance
2601 let mut first_ty_ref = &first_ty; in parse_impl() localVariable2602 while let Type::Group(ty) = first_ty_ref { in parse_impl()2603 first_ty_ref = &ty.elem; in parse_impl()2605 if let Type::Path(TypePath { qself: None, .. }) = first_ty_ref { in parse_impl()2616 return Err(Error::new_spanned(first_ty_ref, "expected trait path")); in parse_impl()