Function rustc_builtin_macros::deriving::clone::expand_deriving_clone
source · pub fn expand_deriving_clone(
cx: &mut ExtCtxt<'_>,
span: Span,
mitem: &MetaItem,
item: &Annotatable,
push: &mut dyn FnMut(Annotatable),
is_const: bool
)