Re: [PATCH v9] rust: transmute: Add methods for FromBytes trait
From: Miguel Ojeda
Date: Fri Aug 22 2025 - 16:08:54 EST
On Fri, Aug 22, 2025 at 3:50 PM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> Strangely though, even after enabling the feature, I am still occasionally getting this warning:
>
> CLIPPY L rust/kernel.o
> warning: current MSRV (Minimum Supported Rust Version) is `1.78.0` but this item is stable since `1.79.0`
Yeah, that one is a downside of the MSRV config -- please just allow it locally.
I hope we don't need more than a couple of those (we only had a case
elsewhere so far), and we will increase the minimum in the coming
months, so e.g. this one would go away. If it becomes too painful, I
will just disable it temporarily.
Thanks!
Cheers,
Miguel