fn check_unsafe_fields(tcx: TyCtxt<'_>, item_def_id: LocalDefId)
Expand description
Check that the unsafe fields do not need dropping.
fn check_unsafe_fields(tcx: TyCtxt<'_>, item_def_id: LocalDefId)
Check that the unsafe fields do not need dropping.