pub fn is_uninit_value_valid_for_ty(cx: &LateContext<'_>, ty: Ty<'_>) -> bool
Expand description

Checks if a given type looks safe to be uninitialized.