Function rustc_lint::enum_intrinsics_non_enums::is_non_enum
source · fn is_non_enum(t: Ty<'_>) -> bool
Expand description
Returns true
if we know for sure that the given type is not an enum. Note that for cases where
the type is generic, we can’t be certain if it will be an enum so we have to assume that it is.