Re: [PATCH v9 2/7] rust: irq: add flags module

From: Miguel Ojeda
Date: Fri Aug 15 2025 - 08:22:07 EST


On Fri, Aug 15, 2025 at 2:07 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> I would think this can never assert. That would require c_ulong to be
> less than 32 bits, right? Are there any configurations where that is the case?

`long` is at least 4 bytes and could potentially be 16 in the future.

Cheers,
Miguel