fn is_uninit_value_valid_for_ty_fallback<'tcx>(
cx: &LateContext<'tcx>,
ty: Ty<'tcx>,
) -> boolExpand description
A fallback for polymorphic types, which are not supported by check_validity_requirement.
fn is_uninit_value_valid_for_ty_fallback<'tcx>(
cx: &LateContext<'tcx>,
ty: Ty<'tcx>,
) -> boolA fallback for polymorphic types, which are not supported by check_validity_requirement.