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 | <CANiq72m_XpF=ROywGCdz4vqu3TYPeN9uzvHG1NMyepWOZq7FEQ@mail.gmail.com> |
On Wed, Aug 26, 2026 at 5:02 PM Miguel Ojeda <[email protected]> wrote: > > 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 Cc'ing Joshua and Jack for completeness -- the full thread in case you are curious is at: https://lore.kernel.org/rust-for-linux/[email protected]/ And I see Sashiko doesn't know about our vendoring -- we could add a hint to the prompt. Cheers, Miguel