Re: [PATCH] rust: zerocopy-derive: Remove the BoolExt trait
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANiq72=NtS=YHkCbB3ui1vVkHoVpHh2S12XAC=0vqHcurJFX+Q@mail.gmail.com> |
On Wed, Aug 26, 2026 at 4:58 PM Elouan Da Costa Peixoto <[email protected]> wrote: > > FIXME comment was saying that this needed to > be removed once the MSRV >= 1.62. > The current MSRV is 1.85.0 obtained by using: > `scripts/min-tool-version.sh rustc` command. > > Signed-off-by: Elouan Da Costa Peixoto <[email protected]> Thanks for the patch! This code comes from upstream, i.e. it is intended to be vendored as-is, so if this were to be taken, then it should be submitted upstream instead. Having said that, their MSRV is different than ours: https://github.com/google/zerocopy/blob/main/zerocopy/POLICIES.md#msrv Cheers, Miguel