Re: [PATCH v2 0/7] rust: build_assert: document and fix use with function arguments
From: Miguel Ojeda
Date: Sun Nov 30 2025 - 12:48:39 EST
On Sun, Nov 30, 2025 at 5:09 PM Daniel Almeida
<daniel.almeida@xxxxxxxxxxxxx> wrote:
>
> Ah, should this have a Fixes: tag?
Yes for those that trigger an error, e.g. the `Bounded` one with -Os
in mainline soon. We probably want Cc: stable@ too -- it is not too
risky to add these anyway.
However, the tag should be different for each commit depending on
where each method was introduced. #1 and #7 are not really fixes, so
they don't need it.
Cheers,
Miguel