rustc_builtin_macros::deriving::coerce_pointee

Function expand_deriving_coerce_pointee

Source
pub(crate) fn expand_deriving_coerce_pointee(
    cx: &ExtCtxt<'_>,
    span: Span,
    _mitem: &MetaItem,
    item: &Annotatable,
    push: &mut dyn FnMut(Annotatable),
    _is_const: bool,
)