Re: [PATCH] rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`

From: Miguel Ojeda
Date: Mon Nov 24 2025 - 11:15:41 EST


On Mon, Nov 24, 2025 at 2:50 PM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> This is a remnant from when `Bounded` was called `BitInt` which I didn't
> rename. Fix this.
>
> Fixes: 01e345e82ec3 ("rust: num: add Bounded integer wrapping type")
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>

Applied to `rust-next` -- thanks!

Hmm... This is the sort of thing where I am not sure if it should
count as a fix, since while it is unexpected, there is nothing
actually broken. I kept the tag since you provided it anyway.

Cheers,
Miguel