Re: [PATCH] rust: bitfield: mark `Debug` impl as `#[inline]`

From: Miguel Ojeda

Date: Sat Jun 13 2026 - 04:26:08 EST


On Sat, Jun 13, 2026 at 7:43 AM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> Btw, should this be
>
> Fixes: b7b8b4ccdad4 ("rust: extract `bitfield!` macro from `register!`")
>
> ?

I think it is reasonable either way. One can see it as a "size
improvement" or as a "fix" if it was unintentional to not have the
annotation.

It also depends on the magnitude of the size reduction -- if it were
very low, would we see it as a fix?

Cheers,
Miguel