Re: [PATCH] rust: io: always inline methods leading to build_assert

From: Miguel Ojeda

Date: Thu Nov 27 2025 - 11:11:15 EST


On Thu, Nov 27, 2025 at 3:54 PM Daniel Almeida
<daniel.almeida@xxxxxxxxxxxxx> wrote:
>
> I also faced this with genmask, by the way, i.e.: using genmask with an
> in-bounds constant would trigger a build error. Very confusingly, this would be
> randomly solved by moving the genmask invocation around in the code.
>
> I wonder if the same fix is needed for it as well?

If you still have the ability to reproduce it, then please do check!

Cheers,
Miguel