Function rustc_builtin_macros::deriving::partial_ord::expand_deriving_partial_ord
source ยท pub(crate) fn expand_deriving_partial_ord(
cx: &ExtCtxt<'_>,
span: Span,
mitem: &MetaItem,
item: &Annotatable,
push: &mut dyn FnMut(Annotatable),
is_const: bool,
)