Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/codegen/src/
Deq.rs34 let mut other_pats = Vec::new(); in expand_impl_body() localVariable
39 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()