Closed
Description
The clippy::mem_discriminant_non_enum lint seems like it should be directly in rustc. The lint prevents doing something like:
core::mem::discriminant::<i32>(&4)
which causes unspecified behavior.
The clippy::mem_discriminant_non_enum lint seems like it should be directly in rustc. The lint prevents doing something like:
core::mem::discriminant::<i32>(&4)
which causes unspecified behavior.