Module check_undefined_transmutes

Source

Structs§

CheckUndefinedTransmutes 🔒
Check for transmutes that exhibit undefined behavior. For example, transmuting pointers to integers in a const context.
UndefinedTransmutesChecker 🔒