fn should_polymorphize<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: DefId,
instance: InstanceKind<'tcx>,
) -> boolExpand description
Returns true if the instance should be polymorphized.
fn should_polymorphize<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: DefId,
instance: InstanceKind<'tcx>,
) -> boolReturns true if the instance should be polymorphized.