fn check_union_fields(
tcx: TyCtxt<'_>,
span: Span,
item_def_id: LocalDefId,
) -> boolExpand description
Check that the fields of the union do not need dropping.
fn check_union_fields(
tcx: TyCtxt<'_>,
span: Span,
item_def_id: LocalDefId,
) -> boolCheck that the fields of the union do not need dropping.