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

From: Miguel Ojeda

Date: Sat Jun 13 2026 - 04:25:01 EST


On Thu, Jun 11, 2026 at 9:06 PM Gary Guo <gary@xxxxxxxxxx> wrote:
>
> This reduces nova-core.o .text by 17% (from 151922 bytes to 125676 bytes).

That's definitely something :)

I wonder if we could lint this for `fmt` bits.

Cheers,
Miguel