Function rustc_hir_analysis::check::check::check_union_fields
source ยท 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.