pub fn is_never_like(ty: Ty<'_>) -> bool
Returns whether ty is never-like; i.e., ! (never) or an enum with zero variants.
ty
!