Re: [PATCH] rust: zerocopy-derive: Remove the BoolExt trait

From: Miguel Ojeda

Date: Wed Aug 26 2026 - 11:08:16 EST


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

Cheers,
Miguel