Re: linux-next: manual merge of the rust tree with the origin tree
From: Miguel Ojeda
Date: Mon Apr 06 2026 - 09:12:21 EST
On Mon, Apr 6, 2026 at 3:02 PM Mark Brown <broonie@xxxxxxxxxx> wrote:
>
> +// Stable since Rust 1.84.0.
> +#![feature(strict_provenance)]
> +//
This one can (should) be removed, since it is < 1.85.0 which is the
new minimum (i.e. already by the time that commits happens) -- please
see my resolution at:
https://lore.kernel.org/linux-next/CANiq72kdxB=W3_CV1U44oOK3SssztPo2wLDZt6LP94TEO+Kj4g@xxxxxxxxxxxxxx/
Thanks Mark!
Cheers,
Miguel