Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/codegen/src/
H A Dclone.rs24 let mut clones = Vec::new(); in expand_impl_body() variables
27 clones.push(quote!(#pat.clone())); in expand_impl_body()
40 #ident::#variant(#(#pats),*) => #ident::#variant(#(#clones),*), in expand_impl_body()

Completed in 1 milliseconds