Home
last modified time | relevance | path

Searched refs:first_ty (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Ditem.rs2594 let mut first_ty: Type = input.parse()?; in parse_impl() localVariable
2601 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()