Re: [PATCH v2 1/2] rust: impl_flags: add conversion functions

From: Miguel Ojeda

Date: Fri Jun 05 2026 - 14:26:59 EST


On Fri, Jun 5, 2026 at 3:05 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> + if value & !$flags::all_bits() != 0 {

Can't this also be `Self`?

Cheers,
Miguel