Re: [PATCH 02/12] rust: num: reject Bounded::shr overshifts at build time

From: Miguel Ojeda

Date: Fri Aug 07 2026 - 13:19:38 EST


On Fri, Aug 7, 2026 at 4:03 PM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> Indeed it looks like this would panic with the kernel build, and can be
> easily caught at build-time since `SHIFT` is a constant.
>
> Acked-by: Alexandre Courbot <acourbot@xxxxxxxxxx>

Do you want me to take it this cycle? And maybe the next one too?

Cheers,
Miguel