pub(crate) fn macro_reexport_is_inline(
tcx: TyCtxt<'_>,
import_id: LocalDefId,
def_id: DefId,
) -> boolExpand description
Returns true if def_id is a macro and should be inlined.
pub(crate) fn macro_reexport_is_inline(
tcx: TyCtxt<'_>,
import_id: LocalDefId,
def_id: DefId,
) -> boolReturns true if def_id is a macro and should be inlined.