rcls

Results 2 issues of rcls

svd2rust accounts for alignment padding incorrectly. E.g., in the attached example, `struct ALIGNME` has 6 bytes of data and 2 bytes of alignment padding, a total of 8 bytes. The...

**Describe the bug** A `==` comparison between a `bytearray` instance and a `bytes` instance, when checked with pyright at strict level, gets an error: "Condition will always evaluate to False...

bug