Re: [PATCH] rust: zerocopy-derive: Remove the BoolExt trait
From: Miguel Ojeda
Date: Wed Aug 26 2026 - 11:07:26 EST
On Wed, Aug 26, 2026 at 5:02 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Wed, Aug 26, 2026 at 4:58 PM Elouan Da Costa Peixoto
> <elouandacostapeixoto@xxxxxxxxx> 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 <elouandacostapeixoto@xxxxxxxxx>
>
> 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
Cc'ing Joshua and Jack for completeness -- the full thread in case you
are curious is at:
https://lore.kernel.org/rust-for-linux/20260826145832.42387-1-elouandacostapeixoto@xxxxxxxxx/
And I see Sashiko doesn't know about our vendoring -- we could add a
hint to the prompt.
Cheers,
Miguel