Re: [PATCH v4 3/7] rust: bitfield: fully qualify types in macro
From: Miguel Ojeda
Date: Wed May 27 2026 - 09:31:54 EST
On Wed, May 27, 2026 at 2:52 PM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> These types were not fully qualified, which could cause issues if the
> local module shadows them.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
Should we fixup this into #1? (on apply maybe?)
Similarly, for #2, I guess it may separate to give credit to Gary (?),
but typically we don't create extra commits if it is still not landed.
Or what am I missing? Perhaps they are intended to show the changelog (?).
(Either way, thanks for this!)
Cheers,
Miguel