Re: [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type
From: Miguel Ojeda
Date: Tue Apr 14 2026 - 05:48:35 EST
On Wed, Aug 6, 2025 at 7:02 AM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> I didn't expect that, but it looks like the Rust folks want these
> methods after all:
>
> https://github.com/rust-lang/libs-team/issues/631#issuecomment-3156000663
Indeed -- and now they just got stabilized for Rust 1.97 as
`{highest,lowest}_one`. :)
(They got implemented in Rust 1.91, so we cannot just delete our
versions, but next time we bump the version, we will).
They have also stabilized `isolate_{highest,lowest}_one` for the same release.
Cheers,
Miguel