Searched refs:other_pats (Results 1 – 1 of 1) sorted by relevance
34 let mut other_pats = Vec::new(); in expand_impl_body() localVariable39 other_pats.push(format_ident!("_")); in expand_impl_body()54 other_pats.push(other); in expand_impl_body()69 (#ident::#variant(#(#this_pats),*), #ident::#variant(#(#other_pats),*)) => { in expand_impl_body()