Home
last modified time | relevance | path

Searched refs:this_pats (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/syn/codegen/src/
H A Deq.rs33 let mut this_pats = Vec::new(); in expand_impl_body() variables
38 this_pats.push(format_ident!("_")); in expand_impl_body()
53 this_pats.push(this); in expand_impl_body()
69 (#ident::#variant(#(#this_pats),*), #ident::#variant(#(#other_pats),*)) => { in expand_impl_body()

Completed in 1 milliseconds